Html Css Color HEX #EAC925 Broom

📋 copy color: '#EAC925'

red 234 ◦ green 201 ◦ blue 37

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

Shades of Broom #EAC925

Tints of Broom #EAC925

RGB

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

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

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

R = 49.58%
G = 42.58%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAC925 (or 0xEAC925) is known color: Broom. HEX triplet: EA, C9 and 25. RGB value is (234,201,37). Sum of RGB (Red+Green+Blue) = 234+201+37=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC925 is #1536DA. Grayscale: #C0C0C0. Windows color (decimal): -1390299 or 2476522. OLE color: 2476522.

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

Color convert

RGB 234 201 37 -
CMYK 0 0.14 0.84 0.08
HSL 49.95º 0.82% 0.53% -
HSV(B) 49.95º 0.84% 0.92% -
XYZ 55.15 59.4 10.31 -
YUV 192.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 234 201 37 0 0.14 0.84 0.08 49.95 0.82 0.53
Hex EA C9 25 0 E 54 8 32 52 35
Octal 352 311 45 0 16 124 10 62 122 65
Binary 11101010 11001001 100101 0 1110 1010100 1000 110010 1010010 110101

Color Harmonies of #EAC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC925

Black with #EAC925

Text Example


Text Example

White with #EAC925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC925; }

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

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

background-color css

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

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

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

border-color css

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

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

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