Html Css Color HEX #EAC91F Broom

📋 copy color: '#EAC91F'

red 234 ◦ green 201 ◦ blue 31

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

Shades of Broom #EAC91F

Tints of Broom #EAC91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.65%

R = 50.21%
G = 43.13%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAC91F (or 0xEAC91F) is known color: Broom. HEX triplet: EA, C9 and 1F. RGB value is (234,201,31). Sum of RGB (Red+Green+Blue) = 234+201+31=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC91F is #1536E0. Grayscale: #C0C0C0. Windows color (decimal): -1390305 or 2083306. OLE color: 2083306.

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

Color convert

RGB 234 201 31 -
CMYK 0 0.14 0.87 0.08
HSL 50.25º 0.83% 0.52% -
HSV(B) 50.25º 0.87% 0.92% -
XYZ 55.07 59.36 9.85 -
YUV 191.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 234 201 31 0 0.14 0.87 0.08 50.25 0.83 0.52
Hex EA C9 1F 0 E 57 8 32 53 34
Octal 352 311 37 0 16 127 10 62 123 64
Binary 11101010 11001001 11111 0 1110 1010111 1000 110010 1010011 110100

Color Harmonies of #EAC91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC91F

Black with #EAC91F

Text Example


Text Example

White with #EAC91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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