Html Css Color HEX #EDCF4E Festival

📋 copy color: '#EDCF4E'

red 237 ◦ green 207 ◦ blue 78

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

Shades of Festival #EDCF4E

Tints of Festival #EDCF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.94%

R = 45.4%
G = 39.66%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDCF4E (or 0xEDCF4E) is known color: Festival. HEX triplet: ED, CF and 4E. RGB value is (237,207,78). Sum of RGB (Red+Green+Blue) = 237+207+78=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF4E is #1230B1. Grayscale: #C9C9C9. Windows color (decimal): -1192114 or 5165037. OLE color: 5165037.

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

Color convert

RGB 237 207 78 -
CMYK 0 0.13 0.67 0.07
HSL 48.68º 0.82% 0.62% -
HSV(B) 48.68º 0.67% 0.93% -
XYZ 58.61 63.18 16.31 -
YUV 201.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 237 207 78 0 0.13 0.67 0.07 48.68 0.82 0.62
Hex ED CF 4E 0 D 43 7 31 52 3E
Octal 355 317 116 0 15 103 7 61 122 76
Binary 11101101 11001111 1001110 0 1101 1000011 111 110001 1010010 111110

Color Harmonies of #EDCF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF4E

Black with #EDCF4E

Text Example


Text Example

White with #EDCF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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