Html Css Color HEX #EDCF4C Festival

📋 copy color: '#EDCF4C'

red 237 ◦ green 207 ◦ blue 76

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

Shades of Festival #EDCF4C

Tints of Festival #EDCF4C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.81%

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

R = 45.58%
G = 39.81%
B = 14.62%

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

#EDCF4C (or 0xEDCF4C) is known color: Festival. HEX triplet: ED, CF and 4C. RGB value is (237,207,76). Sum of RGB (Red+Green+Blue) = 237+207+76=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF4C is #1230B3. Grayscale: #C9C9C9. Windows color (decimal): -1192116 or 5033965. OLE color: 5033965.

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

Color convert

RGB 237 207 76 -
CMYK 0 0.13 0.68 0.07
HSL 48.82º 0.82% 0.61% -
HSV(B) 48.82º 0.68% 0.93% -
XYZ 58.54 63.15 15.94 -
YUV 201.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 237 207 76 0 0.13 0.68 0.07 48.82 0.82 0.61
Hex ED CF 4C 0 D 44 7 31 52 3D
Octal 355 317 114 0 15 104 7 61 122 75
Binary 11101101 11001111 1001100 0 1101 1000100 111 110001 1010010 111101

Color Harmonies of #EDCF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF4C

Black with #EDCF4C

Text Example


Text Example

White with #EDCF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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