Html Css Color HEX #EDCE40 Festival

📋 copy color: '#EDCE40'

red 237 ◦ green 206 ◦ blue 64

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

Shades of Festival #EDCE40

Tints of Festival #EDCE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.62%

R = 46.75%
G = 40.63%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDCE40 (or 0xEDCE40) is known color: Festival. HEX triplet: ED, CE and 40. RGB value is (237,206,64). Sum of RGB (Red+Green+Blue) = 237+206+64=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE40 is #1231BF. Grayscale: #C7C7C7. Windows color (decimal): -1192384 or 4247277. OLE color: 4247277.

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

Color convert

RGB 237 206 64 -
CMYK 0 0.13 0.73 0.07
HSL 49.25º 0.83% 0.59% -
HSV(B) 49.25º 0.73% 0.93% -
XYZ 57.92 62.52 13.86 -
YUV 199.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 237 206 64 0 0.13 0.73 0.07 49.25 0.83 0.59
Hex ED CE 40 0 D 49 7 31 53 3B
Octal 355 316 100 0 15 111 7 61 123 73
Binary 11101101 11001110 1000000 0 1101 1001001 111 110001 1010011 111011

Color Harmonies of #EDCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE40

Black with #EDCE40

Text Example


Text Example

White with #EDCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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