Html Css Color HEX #EACB26 Broom

📋 copy color: '#EACB26'

red 234 ◦ green 203 ◦ blue 38

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

Shades of Broom #EACB26

Tints of Broom #EACB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8%

R = 49.26%
G = 42.74%
B = 8%

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

#EACB26 (or 0xEACB26) is known color: Broom. HEX triplet: EA, CB and 26. RGB value is (234,203,38). Sum of RGB (Red+Green+Blue) = 234+203+38=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 38 (15.23% from 255 or 8% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB26 is #1534D9. Grayscale: #C2C2C2. Windows color (decimal): -1389786 or 2542570. OLE color: 2542570.

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

Color convert

RGB 234 203 38 -
CMYK 0 0.13 0.84 0.08
HSL 50.51º 0.82% 0.53% -
HSV(B) 50.51º 0.84% 0.92% -
XYZ 55.64 60.34 10.55 -
YUV 193.46 40.27 156.92 -
System Red Green Blue C M Y K H S L
Decimal 234 203 38 0 0.13 0.84 0.08 50.51 0.82 0.53
Hex EA CB 26 0 D 54 8 33 52 35
Octal 352 313 46 0 15 124 10 63 122 65
Binary 11101010 11001011 100110 0 1101 1010100 1000 110011 1010010 110101

Color Harmonies of #EACB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB26

Black with #EACB26

Text Example


Text Example

White with #EACB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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