Html Css Color HEX #EDCB54 Festival

📋 copy color: '#EDCB54'

red 237 ◦ green 203 ◦ blue 84

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

Shades of Festival #EDCB54

Tints of Festival #EDCB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.03%

R = 45.23%
G = 38.74%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDCB54 (or 0xEDCB54) is known color: Festival. HEX triplet: ED, CB and 54. RGB value is (237,203,84). Sum of RGB (Red+Green+Blue) = 237+203+84=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB54 is #1234AB. Grayscale: #C8C8C8. Windows color (decimal): -1193132 or 5557229. OLE color: 5557229.

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

Color convert

RGB 237 203 84 -
CMYK 0 0.14 0.65 0.07
HSL 46.67º 0.81% 0.63% -
HSV(B) 46.67º 0.65% 0.93% -
XYZ 57.88 61.36 17.18 -
YUV 199.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 237 203 84 0 0.14 0.65 0.07 46.67 0.81 0.63
Hex ED CB 54 0 E 41 7 2F 51 3F
Octal 355 313 124 0 16 101 7 57 121 77
Binary 11101101 11001011 1010100 0 1110 1000001 111 101111 1010001 111111

Color Harmonies of #EDCB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB54

Black with #EDCB54

Text Example


Text Example

White with #EDCB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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