Html Css Color HEX #EAC750 Festival

📋 copy color: '#EAC750'

red 234 ◦ green 199 ◦ blue 80

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

Shades of Festival #EAC750

Tints of Festival #EAC750

RGB

 RED value IS 234 (91.8% from 255) = 45.61%

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

 BLUE value IS 80 (31.64% from 255) = 15.59%

R = 45.61%
G = 38.79%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAC750 (or 0xEAC750) is known color: Festival. HEX triplet: EA, C7 and 50. RGB value is (234,199,80). Sum of RGB (Red+Green+Blue) = 234+199+80=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC750 is #1538AF. Grayscale: #C4C4C4. Windows color (decimal): -1390768 or 5294058. OLE color: 5294058.

HSL color Cylindrical-coordinate representation of color #EAC750: hue angle of 46.36º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAC750 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 80 -
CMYK 0 0.15 0.66 0.08
HSL 46.36º 0.79% 0.62% -
HSV(B) 46.36º 0.66% 0.92% -
XYZ 55.8 58.92 16.02 -
YUV 195.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 234 199 80 0 0.15 0.66 0.08 46.36 0.79 0.62
Hex EA C7 50 0 F 42 8 2E 4F 3E
Octal 352 307 120 0 17 102 10 56 117 76
Binary 11101010 11000111 1010000 0 1111 1000010 1000 101110 1001111 111110

Color Harmonies of #EAC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC750

Black with #EAC750

Text Example


Text Example

White with #EAC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC750; }

 p { color: rgb(234,199,80); }

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

background-color css

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

 a { background-color: rgb(234,199,80); }

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

border-color css

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

 span { border-color: rgb(234,199,80); }

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