Html Css Color HEX #EDCA42 Festival

📋 copy color: '#EDCA42'

red 237 ◦ green 202 ◦ blue 66

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

Shades of Festival #EDCA42

Tints of Festival #EDCA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

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

R = 46.93%
G = 40%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDCA42 (or 0xEDCA42) is known color: Festival. HEX triplet: ED, CA and 42. RGB value is (237,202,66). Sum of RGB (Red+Green+Blue) = 237+202+66=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCA42 is #1235BD. Grayscale: #C5C5C5. Windows color (decimal): -1193406 or 4377325. OLE color: 4377325.

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

Color convert

RGB 237 202 66 -
CMYK 0 0.15 0.72 0.07
HSL 47.72º 0.83% 0.59% -
HSV(B) 47.72º 0.72% 0.93% -
XYZ 57.03 60.64 13.85 -
YUV 196.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 237 202 66 0 0.15 0.72 0.07 47.72 0.83 0.59
Hex ED CA 42 0 F 48 7 30 53 3B
Octal 355 312 102 0 17 110 7 60 123 73
Binary 11101101 11001010 1000010 0 1111 1001000 111 110000 1010011 111011

Color Harmonies of #EDCA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA42

Black with #EDCA42

Text Example


Text Example

White with #EDCA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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