Html Css Color HEX #EDCB42 Festival

📋 copy color: '#EDCB42'

red 237 ◦ green 203 ◦ blue 66

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

Shades of Festival #EDCB42

Tints of Festival #EDCB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.04%

R = 46.84%
G = 40.12%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDCB42 (or 0xEDCB42) is known color: Festival. HEX triplet: ED, CB and 42. RGB value is (237,203,66). Sum of RGB (Red+Green+Blue) = 237+203+66=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB42 is #1234BD. Grayscale: #C6C6C6. Windows color (decimal): -1193150 or 4377581. OLE color: 4377581.

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

Color convert

RGB 237 203 66 -
CMYK 0 0.14 0.72 0.07
HSL 48.07º 0.83% 0.59% -
HSV(B) 48.07º 0.72% 0.93% -
XYZ 57.26 61.11 13.93 -
YUV 197.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 237 203 66 0 0.14 0.72 0.07 48.07 0.83 0.59
Hex ED CB 42 0 E 48 7 30 53 3B
Octal 355 313 102 0 16 110 7 60 123 73
Binary 11101101 11001011 1000010 0 1110 1001000 111 110000 1010011 111011

Color Harmonies of #EDCB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB42

Black with #EDCB42

Text Example


Text Example

White with #EDCB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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