Html Css Color HEX #EBD34C Festival

📋 copy color: '#EBD34C'

red 235 ◦ green 211 ◦ blue 76

#EBD34C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EBD34C

Tints of Festival #EBD34C

RGB

 RED value IS 235 (92.19% from 255) = 45.02%

 GREEN value IS 211 (82.81% from 255) = 40.42%

 BLUE value IS 76 (30.08% from 255) = 14.56%

R = 45.02%
G = 40.42%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBD34C (or 0xEBD34C) is known color: Festival. HEX triplet: EB, D3 and 4C. RGB value is (235,211,76). Sum of RGB (Red+Green+Blue) = 235+211+76=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD34C is #142CB3. Grayscale: #CBCBCB. Windows color (decimal): -1322164 or 5034987. OLE color: 5034987.

HSL color Cylindrical-coordinate representation of color #EBD34C: hue angle of 50.94º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBD34C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 211 76 -
CMYK 0 0.10 0.68 0.08
HSL 50.94º 0.8% 0.61% -
HSV(B) 50.94º 0.68% 0.92% -
XYZ 58.86 64.77 16.24 -
YUV 202.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 235 211 76 0 0.10 0.68 0.08 50.94 0.8 0.61
Hex EB D3 4C 0 A 44 8 33 50 3D
Octal 353 323 114 0 12 104 10 63 120 75
Binary 11101011 11010011 1001100 0 1010 1000100 1000 110011 1010000 111101

Color Harmonies of #EBD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD34C

Black with #EBD34C

Text Example


Text Example

White with #EBD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD34C; }

 p { color: rgb(235,211,76); }

 H1.HeaderClassName
 {
   color: #EBD34C;
 }
 .AnyTagClassName
 {
   color: #EBD34C;
 }
</style>

background-color css

<style>
 a { background-color: #EBD34C; }

 a { background-color: rgb(235,211,76); }

 div.DivClassName
 {
   background-color: #EBD34C;
 }
 .BgClassName
 {
   background-color: #EBD34C;
 }
</style>

border-color css

<style>
 span { border-color: #EBD34C; }

 span { border-color: rgb(235,211,76); }

 td.TdClassName
 {
   border-color: #EBD34C;
 }
 .TagClassName
 {
   border-color: #EBD34C;
 }
</style>