Html Css Color HEX #EAC93B Festival

📋 copy color: '#EAC93B'

red 234 ◦ green 201 ◦ blue 59

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

Shades of Festival #EAC93B

Tints of Festival #EAC93B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

 BLUE value IS 59 (23.44% from 255) = 11.94%

R = 47.37%
G = 40.69%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAC93B (or 0xEAC93B) is known color: Festival. HEX triplet: EA, C9 and 3B. RGB value is (234,201,59). Sum of RGB (Red+Green+Blue) = 234+201+59=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC93B is #1536C4. Grayscale: #C3C3C3. Windows color (decimal): -1390277 or 3918314. OLE color: 3918314.

HSL color Cylindrical-coordinate representation of color #EAC93B: hue angle of 48.69º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAC93B is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 59 -
CMYK 0 0.14 0.75 0.08
HSL 48.69º 0.81% 0.57% -
HSV(B) 48.69º 0.75% 0.92% -
XYZ 55.61 59.58 12.71 -
YUV 194.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 234 201 59 0 0.14 0.75 0.08 48.69 0.81 0.57
Hex EA C9 3B 0 E 4B 8 31 51 39
Octal 352 311 73 0 16 113 10 61 121 71
Binary 11101010 11001001 111011 0 1110 1001011 1000 110001 1010001 111001

Color Harmonies of #EAC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC93B

Black with #EAC93B

Text Example


Text Example

White with #EAC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC93B; }

 p { color: rgb(234,201,59); }

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

background-color css

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

 a { background-color: rgb(234,201,59); }

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

border-color css

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

 span { border-color: rgb(234,201,59); }

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