Html Css Color HEX #EAC81F Broom

📋 copy color: '#EAC81F'

red 234 ◦ green 200 ◦ blue 31

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

Shades of Broom #EAC81F

Tints of Broom #EAC81F

RGB

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

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

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

R = 50.32%
G = 43.01%
B = 6.67%

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

#EAC81F (or 0xEAC81F) is known color: Broom. HEX triplet: EA, C8 and 1F. RGB value is (234,200,31). Sum of RGB (Red+Green+Blue) = 234+200+31=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC81F is #1537E0. Grayscale: #BFBFBF. Windows color (decimal): -1390561 or 2083050. OLE color: 2083050.

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

Color convert

RGB 234 200 31 -
CMYK 0 0.15 0.87 0.08
HSL 49.95º 0.83% 0.52% -
HSV(B) 49.95º 0.87% 0.92% -
XYZ 54.83 58.9 9.78 -
YUV 190.9 37.76 158.74 -
System Red Green Blue C M Y K H S L
Decimal 234 200 31 0 0.15 0.87 0.08 49.95 0.83 0.52
Hex EA C8 1F 0 F 57 8 32 53 34
Octal 352 310 37 0 17 127 10 62 123 64
Binary 11101010 11001000 11111 0 1111 1010111 1000 110010 1010011 110100

Color Harmonies of #EAC81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC81F

Black with #EAC81F

Text Example


Text Example

White with #EAC81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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