Html Css Color HEX #EDCB4E Festival

📋 copy color: '#EDCB4E'

red 237 ◦ green 203 ◦ blue 78

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

Shades of Festival #EDCB4E

Tints of Festival #EDCB4E

RGB

 RED value IS 237 (92.97% from 255) = 45.75%

 GREEN value IS 203 (79.69% from 255) = 39.19%

 BLUE value IS 78 (30.86% from 255) = 15.06%

R = 45.75%
G = 39.19%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDCB4E (or 0xEDCB4E) is known color: Festival. HEX triplet: ED, CB and 4E. RGB value is (237,203,78). Sum of RGB (Red+Green+Blue) = 237+203+78=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB4E is #1234B1. Grayscale: #C7C7C7. Windows color (decimal): -1193138 or 5164013. OLE color: 5164013.

HSL color Cylindrical-coordinate representation of color #EDCB4E: hue angle of 47.17º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDCB4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 78 -
CMYK 0 0.14 0.67 0.07
HSL 47.17º 0.82% 0.62% -
HSV(B) 47.17º 0.67% 0.93% -
XYZ 57.66 61.27 15.99 -
YUV 198.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 237 203 78 0 0.14 0.67 0.07 47.17 0.82 0.62
Hex ED CB 4E 0 E 43 7 2F 52 3E
Octal 355 313 116 0 16 103 7 57 122 76
Binary 11101101 11001011 1001110 0 1110 1000011 111 101111 1010010 111110

Color Harmonies of #EDCB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB4E

Black with #EDCB4E

Text Example


Text Example

White with #EDCB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB4E; }

 p { color: rgb(237,203,78); }

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

background-color css

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

 a { background-color: rgb(237,203,78); }

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

border-color css

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

 span { border-color: rgb(237,203,78); }

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