Html Css Color HEX #E6C528 Broom

📋 copy color: '#E6C528'

red 230 ◦ green 197 ◦ blue 40

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

Shades of Broom #E6C528

Tints of Broom #E6C528

RGB

 RED value IS 230 (90.23% from 255) = 49.25%

 GREEN value IS 197 (77.34% from 255) = 42.18%

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

R = 49.25%
G = 42.18%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E6C528 (or 0xE6C528) is known color: Broom. HEX triplet: E6, C5 and 28. RGB value is (230,197,40). Sum of RGB (Red+Green+Blue) = 230+197+40=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C528 is #193AD7. Grayscale: #BDBDBD. Windows color (decimal): -1653464 or 2672102. OLE color: 2672102.

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

Color convert

RGB 230 197 40 -
CMYK 0 0.14 0.83 0.10
HSL 49.58º 0.79% 0.53% -
HSV(B) 49.58º 0.83% 0.9% -
XYZ 52.98 56.91 10.2 -
YUV 188.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 230 197 40 0 0.14 0.83 0.10 49.58 0.79 0.53
Hex E6 C5 28 0 E 53 A 32 4F 35
Octal 346 305 50 0 16 123 12 62 117 65
Binary 11100110 11000101 101000 0 1110 1010011 1010 110010 1001111 110101

Color Harmonies of #E6C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C528

Black with #E6C528

Text Example


Text Example

White with #E6C528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C528; }

 p { color: rgb(230,197,40); }

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

background-color css

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

 a { background-color: rgb(230,197,40); }

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

border-color css

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

 span { border-color: rgb(230,197,40); }

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