Html Css Color HEX #E6CC16 Broom

📋 copy color: '#E6CC16'

red 230 ◦ green 204 ◦ blue 22

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

Shades of Broom #E6CC16

Tints of Broom #E6CC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.74%

 BLUE value IS 22 (8.98% from 255) = 4.82%

R = 50.44%
G = 44.74%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6CC16 (or 0xE6CC16) is known color: Broom. HEX triplet: E6, CC and 16. RGB value is (230,204,22). Sum of RGB (Red+Green+Blue) = 230+204+22=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CC16 is #1933E9. Grayscale: #BFBFBF. Windows color (decimal): -1651690 or 1494246. OLE color: 1494246.

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

Color convert

RGB 230 204 22 -
CMYK 0 0.11 0.90 0.10
HSL 52.5º 0.83% 0.49% -
HSV(B) 52.5º 0.9% 0.9% -
XYZ 54.37 60.07 9.49 -
YUV 191.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 230 204 22 0 0.11 0.90 0.10 52.5 0.83 0.49
Hex E6 CC 16 0 B 5A A 34 53 31
Octal 346 314 26 0 13 132 12 64 123 61
Binary 11100110 11001100 10110 0 1011 1011010 1010 110100 1010011 110001

Color Harmonies of #E6CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CC16

Black with #E6CC16

Text Example


Text Example

White with #E6CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CC16; }

 p { color: rgb(230,204,22); }

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

background-color css

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

 a { background-color: rgb(230,204,22); }

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

border-color css

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

 span { border-color: rgb(230,204,22); }

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