Html Css Color HEX #EAC926 Broom

📋 copy color: '#EAC926'

red 234 ◦ green 201 ◦ blue 38

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

Shades of Broom #EAC926

Tints of Broom #EAC926

RGB

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

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

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

R = 49.47%
G = 42.49%
B = 8.03%

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

#EAC926 (or 0xEAC926) is known color: Broom. HEX triplet: EA, C9 and 26. RGB value is (234,201,38). Sum of RGB (Red+Green+Blue) = 234+201+38=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC926 is #1536D9. Grayscale: #C0C0C0. Windows color (decimal): -1390298 or 2542058. OLE color: 2542058.

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

Color convert

RGB 234 201 38 -
CMYK 0 0.14 0.84 0.08
HSL 49.9º 0.82% 0.53% -
HSV(B) 49.9º 0.84% 0.92% -
XYZ 55.17 59.41 10.39 -
YUV 192.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 234 201 38 0 0.14 0.84 0.08 49.9 0.82 0.53
Hex EA C9 26 0 E 54 8 32 52 35
Octal 352 311 46 0 16 124 10 62 122 65
Binary 11101010 11001001 100110 0 1110 1010100 1000 110010 1010010 110101

Color Harmonies of #EAC926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC926

Black with #EAC926

Text Example


Text Example

White with #EAC926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC926; }

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

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

background-color css

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

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

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

border-color css

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

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

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