Html Css Color HEX #EAC825 Broom

📋 copy color: '#EAC825'

red 234 ◦ green 200 ◦ blue 37

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

Shades of Broom #EAC825

Tints of Broom #EAC825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 49.68%
G = 42.46%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAC825 (or 0xEAC825) is known color: Broom. HEX triplet: EA, C8 and 25. RGB value is (234,200,37). Sum of RGB (Red+Green+Blue) = 234+200+37=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC825 is #1537DA. Grayscale: #C0C0C0. Windows color (decimal): -1390555 or 2476266. OLE color: 2476266.

HSL color Cylindrical-coordinate representation of color #EAC825: hue angle of 49.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAC825 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 200 37 -
CMYK 0 0.15 0.84 0.08
HSL 49.64º 0.82% 0.53% -
HSV(B) 49.64º 0.84% 0.92% -
XYZ 54.92 58.93 10.23 -
YUV 191.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 234 200 37 0 0.15 0.84 0.08 49.64 0.82 0.53
Hex EA C8 25 0 F 54 8 32 52 35
Octal 352 310 45 0 17 124 10 62 122 65
Binary 11101010 11001000 100101 0 1111 1010100 1000 110010 1010010 110101

Color Harmonies of #EAC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC825

Black with #EAC825

Text Example


Text Example

White with #EAC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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