Html Css Color HEX #EDCE42 Festival

📋 copy color: '#EDCE42'

red 237 ◦ green 206 ◦ blue 66

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

Shades of Festival #EDCE42

Tints of Festival #EDCE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

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

R = 46.56%
G = 40.47%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDCE42 (or 0xEDCE42) is known color: Festival. HEX triplet: ED, CE and 42. RGB value is (237,206,66). Sum of RGB (Red+Green+Blue) = 237+206+66=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE42 is #1231BD. Grayscale: #C7C7C7. Windows color (decimal): -1192382 or 4378349. OLE color: 4378349.

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

Color convert

RGB 237 206 66 -
CMYK 0 0.13 0.72 0.07
HSL 49.12º 0.83% 0.59% -
HSV(B) 49.12º 0.72% 0.93% -
XYZ 57.98 62.54 14.17 -
YUV 199.31 52.77 154.88 -
System Red Green Blue C M Y K H S L
Decimal 237 206 66 0 0.13 0.72 0.07 49.12 0.83 0.59
Hex ED CE 42 0 D 48 7 31 53 3B
Octal 355 316 102 0 15 110 7 61 123 73
Binary 11101101 11001110 1000010 0 1101 1001000 111 110001 1010011 111011

Color Harmonies of #EDCE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE42

Black with #EDCE42

Text Example


Text Example

White with #EDCE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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