Html Css Color HEX #EDCE45 Festival

📋 copy color: '#EDCE45'

red 237 ◦ green 206 ◦ blue 69

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

Shades of Festival #EDCE45

Tints of Festival #EDCE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.48%

R = 46.29%
G = 40.23%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDCE45 (or 0xEDCE45) is known color: Festival. HEX triplet: ED, CE and 45. RGB value is (237,206,69). Sum of RGB (Red+Green+Blue) = 237+206+69=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE45 is #1231BA. Grayscale: #C8C8C8. Windows color (decimal): -1192379 or 4574957. OLE color: 4574957.

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

Color convert

RGB 237 206 69 -
CMYK 0 0.13 0.71 0.07
HSL 48.93º 0.82% 0.6% -
HSV(B) 48.93º 0.71% 0.93% -
XYZ 58.07 62.58 14.65 -
YUV 199.65 54.27 154.64 -
System Red Green Blue C M Y K H S L
Decimal 237 206 69 0 0.13 0.71 0.07 48.93 0.82 0.6
Hex ED CE 45 0 D 47 7 31 52 3C
Octal 355 316 105 0 15 107 7 61 122 74
Binary 11101101 11001110 1000101 0 1101 1000111 111 110001 1010010 111100

Color Harmonies of #EDCE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE45

Black with #EDCE45

Text Example


Text Example

White with #EDCE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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