Html Css Color HEX #EAC728 Broom

📋 copy color: '#EAC728'

red 234 ◦ green 199 ◦ blue 40

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

Shades of Broom #EAC728

Tints of Broom #EAC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

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

R = 49.47%
G = 42.07%
B = 8.46%

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

#EAC728 (or 0xEAC728) is known color: Broom. HEX triplet: EA, C7 and 28. RGB value is (234,199,40). Sum of RGB (Red+Green+Blue) = 234+199+40=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC728 is #1538D7. Grayscale: #C0C0C0. Windows color (decimal): -1390808 or 2672618. OLE color: 2672618.

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

Color convert

RGB 234 199 40 -
CMYK 0 0.15 0.83 0.08
HSL 49.18º 0.82% 0.54% -
HSV(B) 49.18º 0.83% 0.92% -
XYZ 54.74 58.49 10.41 -
YUV 191.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 234 199 40 0 0.15 0.83 0.08 49.18 0.82 0.54
Hex EA C7 28 0 F 53 8 31 52 36
Octal 352 307 50 0 17 123 10 61 122 66
Binary 11101010 11000111 101000 0 1111 1010011 1000 110001 1010010 110110

Color Harmonies of #EAC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC728

Black with #EAC728

Text Example


Text Example

White with #EAC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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