Html Css Color HEX #EDCF47 Festival

📋 copy color: '#EDCF47'

red 237 ◦ green 207 ◦ blue 71

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

Shades of Festival #EDCF47

Tints of Festival #EDCF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.79%

R = 46.02%
G = 40.19%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDCF47 (or 0xEDCF47) is known color: Festival. HEX triplet: ED, CF and 47. RGB value is (237,207,71). Sum of RGB (Red+Green+Blue) = 237+207+71=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF47 is #1230B8. Grayscale: #C9C9C9. Windows color (decimal): -1192121 or 4706285. OLE color: 4706285.

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

Color convert

RGB 237 207 71 -
CMYK 0 0.13 0.70 0.07
HSL 49.16º 0.82% 0.6% -
HSV(B) 49.16º 0.7% 0.93% -
XYZ 58.38 63.09 15.06 -
YUV 200.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 237 207 71 0 0.13 0.70 0.07 49.16 0.82 0.6
Hex ED CF 47 0 D 46 7 31 52 3C
Octal 355 317 107 0 15 106 7 61 122 74
Binary 11101101 11001111 1000111 0 1101 1000110 111 110001 1010010 111100

Color Harmonies of #EDCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF47

Black with #EDCF47

Text Example


Text Example

White with #EDCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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