Html Css Color HEX #EAC81E Broom

📋 copy color: '#EAC81E'

red 234 ◦ green 200 ◦ blue 30

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

Shades of Broom #EAC81E

Tints of Broom #EAC81E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

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

R = 50.43%
G = 43.1%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAC81E (or 0xEAC81E) is known color: Broom. HEX triplet: EA, C8 and 1E. RGB value is (234,200,30). Sum of RGB (Red+Green+Blue) = 234+200+30=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC81E is #1537E1. Grayscale: #BFBFBF. Windows color (decimal): -1390562 or 2017514. OLE color: 2017514.

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

Color convert

RGB 234 200 30 -
CMYK 0 0.15 0.87 0.08
HSL 50º 0.83% 0.52% -
HSV(B) 50º 0.87% 0.92% -
XYZ 54.82 58.89 9.71 -
YUV 190.79 37.26 158.82 -
System Red Green Blue C M Y K H S L
Decimal 234 200 30 0 0.15 0.87 0.08 50 0.83 0.52
Hex EA C8 1E 0 F 57 8 32 53 34
Octal 352 310 36 0 17 127 10 62 123 64
Binary 11101010 11001000 11110 0 1111 1010111 1000 110010 1010011 110100

Color Harmonies of #EAC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC81E

Black with #EAC81E

Text Example


Text Example

White with #EAC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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