Html Css Color HEX #EACB28 Broom

📋 copy color: '#EACB28'

red 234 ◦ green 203 ◦ blue 40

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

Shades of Broom #EACB28

Tints of Broom #EACB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.39%

R = 49.06%
G = 42.56%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EACB28 (or 0xEACB28) is known color: Broom. HEX triplet: EA, CB and 28. RGB value is (234,203,40). Sum of RGB (Red+Green+Blue) = 234+203+40=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB28 is #1534D7. Grayscale: #C2C2C2. Windows color (decimal): -1389784 or 2673642. OLE color: 2673642.

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

Color convert

RGB 234 203 40 -
CMYK 0 0.13 0.83 0.08
HSL 50.41º 0.82% 0.54% -
HSV(B) 50.41º 0.83% 0.92% -
XYZ 55.67 60.36 10.72 -
YUV 193.69 41.27 156.75 -
System Red Green Blue C M Y K H S L
Decimal 234 203 40 0 0.13 0.83 0.08 50.41 0.82 0.54
Hex EA CB 28 0 D 53 8 32 52 36
Octal 352 313 50 0 15 123 10 62 122 66
Binary 11101010 11001011 101000 0 1101 1010011 1000 110010 1010010 110110

Color Harmonies of #EACB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB28

Black with #EACB28

Text Example


Text Example

White with #EACB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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