Html Css Color HEX #EAC91E Broom

📋 copy color: '#EAC91E'

red 234 ◦ green 201 ◦ blue 30

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

Shades of Broom #EAC91E

Tints of Broom #EAC91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.45%

R = 50.32%
G = 43.23%
B = 6.45%

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

#EAC91E (or 0xEAC91E) is known color: Broom. HEX triplet: EA, C9 and 1E. RGB value is (234,201,30). Sum of RGB (Red+Green+Blue) = 234+201+30=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC91E is #1536E1. Grayscale: #C0C0C0. Windows color (decimal): -1390306 or 2017770. OLE color: 2017770.

HSL color Cylindrical-coordinate representation of color #EAC91E: hue angle of 50.29º 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 #EAC91E is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 30 -
CMYK 0 0.14 0.87 0.08
HSL 50.29º 0.83% 0.52% -
HSV(B) 50.29º 0.87% 0.92% -
XYZ 55.05 59.36 9.78 -
YUV 191.37 36.93 158.4 -
System Red Green Blue C M Y K H S L
Decimal 234 201 30 0 0.14 0.87 0.08 50.29 0.83 0.52
Hex EA C9 1E 0 E 57 8 32 53 34
Octal 352 311 36 0 16 127 10 62 123 64
Binary 11101010 11001001 11110 0 1110 1010111 1000 110010 1010011 110100

Color Harmonies of #EAC91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC91E

Black with #EAC91E

Text Example


Text Example

White with #EAC91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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