Html Css Color HEX #EDCE4C Festival

📋 copy color: '#EDCE4C'

red 237 ◦ green 206 ◦ blue 76

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

Shades of Festival #EDCE4C

Tints of Festival #EDCE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.64%

R = 45.66%
G = 39.69%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDCE4C (or 0xEDCE4C) is known color: Festival. HEX triplet: ED, CE and 4C. RGB value is (237,206,76). Sum of RGB (Red+Green+Blue) = 237+206+76=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE4C is #1231B3. Grayscale: #C9C9C9. Windows color (decimal): -1192372 or 5033709. OLE color: 5033709.

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

Color convert

RGB 237 206 76 -
CMYK 0 0.13 0.68 0.07
HSL 48.45º 0.82% 0.61% -
HSV(B) 48.45º 0.68% 0.93% -
XYZ 58.3 62.67 15.86 -
YUV 200.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 237 206 76 0 0.13 0.68 0.07 48.45 0.82 0.61
Hex ED CE 4C 0 D 44 7 30 52 3D
Octal 355 316 114 0 15 104 7 60 122 75
Binary 11101101 11001110 1001100 0 1101 1000100 111 110000 1010010 111101

Color Harmonies of #EDCE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE4C

Black with #EDCE4C

Text Example


Text Example

White with #EDCE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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