Html Css Color HEX #EAC923 Broom

📋 copy color: '#EAC923'

red 234 ◦ green 201 ◦ blue 35

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

Shades of Broom #EAC923

Tints of Broom #EAC923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.45%

R = 49.79%
G = 42.77%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAC923 (or 0xEAC923) is known color: Broom. HEX triplet: EA, C9 and 23. RGB value is (234,201,35). Sum of RGB (Red+Green+Blue) = 234+201+35=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 35 (14.06% from 255 or 7.45% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC923 is #1536DC. Grayscale: #C0C0C0. Windows color (decimal): -1390301 or 2345450. OLE color: 2345450.

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

Color convert

RGB 234 201 35 -
CMYK 0 0.14 0.85 0.08
HSL 50.05º 0.83% 0.53% -
HSV(B) 50.05º 0.85% 0.92% -
XYZ 55.12 59.39 10.15 -
YUV 191.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 234 201 35 0 0.14 0.85 0.08 50.05 0.83 0.53
Hex EA C9 23 0 E 55 8 32 53 35
Octal 352 311 43 0 16 125 10 62 123 65
Binary 11101010 11001001 100011 0 1110 1010101 1000 110010 1010011 110101

Color Harmonies of #EAC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC923

Black with #EAC923

Text Example


Text Example

White with #EAC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC923; }

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

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

background-color css

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

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

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

border-color css

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

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

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