Html Css Color HEX #EDC74D Festival

📋 copy color: '#EDC74D'

red 237 ◦ green 199 ◦ blue 77

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

Shades of Festival #EDC74D

Tints of Festival #EDC74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 77 (30.47% from 255) = 15.01%

R = 46.2%
G = 38.79%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC74D (or 0xEDC74D) is known color: Festival. HEX triplet: ED, C7 and 4D. RGB value is (237,199,77). Sum of RGB (Red+Green+Blue) = 237+199+77=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC74D is #1238B2. Grayscale: #C4C4C4. Windows color (decimal): -1194163 or 5097453. OLE color: 5097453.

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

Color convert

RGB 237 199 77 -
CMYK 0 0.16 0.68 0.07
HSL 45.75º 0.82% 0.62% -
HSV(B) 45.75º 0.68% 0.93% -
XYZ 56.69 59.39 15.5 -
YUV 196.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 237 199 77 0 0.16 0.68 0.07 45.75 0.82 0.62
Hex ED C7 4D 0 10 44 7 2E 52 3E
Octal 355 307 115 0 20 104 7 56 122 76
Binary 11101101 11000111 1001101 0 10000 1000100 111 101110 1010010 111110

Color Harmonies of #EDC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC74D

Black with #EDC74D

Text Example


Text Example

White with #EDC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC74D; }

 p { color: rgb(237,199,77); }

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

background-color css

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

 a { background-color: rgb(237,199,77); }

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

border-color css

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

 span { border-color: rgb(237,199,77); }

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