Html Css Color HEX #EDCB52 Festival

📋 copy color: '#EDCB52'

red 237 ◦ green 203 ◦ blue 82

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

Shades of Festival #EDCB52

Tints of Festival #EDCB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.71%

R = 45.4%
G = 38.89%
B = 15.71%

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

#EDCB52 (or 0xEDCB52) is known color: Festival. HEX triplet: ED, CB and 52. RGB value is (237,203,82). Sum of RGB (Red+Green+Blue) = 237+203+82=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB52 is #1234AD. Grayscale: #C7C7C7. Windows color (decimal): -1193134 or 5426157. OLE color: 5426157.

HSL color Cylindrical-coordinate representation of color #EDCB52: hue angle of 46.84º 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 #EDCB52 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 82 -
CMYK 0 0.14 0.65 0.07
HSL 46.84º 0.81% 0.63% -
HSV(B) 46.84º 0.65% 0.93% -
XYZ 57.8 61.33 16.77 -
YUV 199.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 237 203 82 0 0.14 0.65 0.07 46.84 0.81 0.63
Hex ED CB 52 0 E 41 7 2F 51 3F
Octal 355 313 122 0 16 101 7 57 121 77
Binary 11101101 11001011 1010010 0 1110 1000001 111 101111 1010001 111111

Color Harmonies of #EDCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB52

Black with #EDCB52

Text Example


Text Example

White with #EDCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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