Html Css Color HEX #EAC628 Broom

📋 copy color: '#EAC628'

red 234 ◦ green 198 ◦ blue 40

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

Shades of Broom #EAC628

Tints of Broom #EAC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.95%

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

R = 49.58%
G = 41.95%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAC628 (or 0xEAC628) is known color: Broom. HEX triplet: EA, C6 and 28. RGB value is (234,198,40). Sum of RGB (Red+Green+Blue) = 234+198+40=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC628 is #1539D7. Grayscale: #BFBFBF. Windows color (decimal): -1391064 or 2672362. OLE color: 2672362.

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

Color convert

RGB 234 198 40 -
CMYK 0 0.15 0.83 0.08
HSL 48.87º 0.82% 0.54% -
HSV(B) 48.87º 0.83% 0.92% -
XYZ 54.51 58.03 10.34 -
YUV 190.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 234 198 40 0 0.15 0.83 0.08 48.87 0.82 0.54
Hex EA C6 28 0 F 53 8 31 52 36
Octal 352 306 50 0 17 123 10 61 122 66
Binary 11101010 11000110 101000 0 1111 1010011 1000 110001 1010010 110110

Color Harmonies of #EAC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC628

Black with #EAC628

Text Example


Text Example

White with #EAC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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