Html Css Color HEX #EACB25 Broom

📋 copy color: '#EACB25'

red 234 ◦ green 203 ◦ blue 37

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

Shades of Broom #EACB25

Tints of Broom #EACB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

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

R = 49.37%
G = 42.83%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EACB25 (or 0xEACB25) is known color: Broom. HEX triplet: EA, CB and 25. RGB value is (234,203,37). Sum of RGB (Red+Green+Blue) = 234+203+37=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB25 is #1534DA. Grayscale: #C2C2C2. Windows color (decimal): -1389787 or 2477034. OLE color: 2477034.

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

Color convert

RGB 234 203 37 -
CMYK 0 0.13 0.84 0.08
HSL 50.56º 0.82% 0.53% -
HSV(B) 50.56º 0.84% 0.92% -
XYZ 55.62 60.34 10.47 -
YUV 193.35 39.77 157 -
System Red Green Blue C M Y K H S L
Decimal 234 203 37 0 0.13 0.84 0.08 50.56 0.82 0.53
Hex EA CB 25 0 D 54 8 33 52 35
Octal 352 313 45 0 15 124 10 63 122 65
Binary 11101010 11001011 100101 0 1101 1010100 1000 110011 1010010 110101

Color Harmonies of #EACB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB25

Black with #EACB25

Text Example


Text Example

White with #EACB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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