Html Css Color HEX #E6D016 Broom

📋 copy color: '#E6D016'

red 230 ◦ green 208 ◦ blue 22

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

Shades of Broom #E6D016

Tints of Broom #E6D016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 50%
G = 45.22%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6D016 (or 0xE6D016) is known color: Broom. HEX triplet: E6, D0 and 16. RGB value is (230,208,22). Sum of RGB (Red+Green+Blue) = 230+208+22=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D016 is #192FE9. Grayscale: #C2C2C2. Windows color (decimal): -1650666 or 1495270. OLE color: 1495270.

HSL color Cylindrical-coordinate representation of color #E6D016: hue angle of 53.65º 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 #E6D016 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 208 22 -
CMYK 0 0.10 0.90 0.10
HSL 53.65º 0.83% 0.49% -
HSV(B) 53.65º 0.9% 0.9% -
XYZ 55.33 61.99 9.81 -
YUV 193.37 31.29 154.12 -
System Red Green Blue C M Y K H S L
Decimal 230 208 22 0 0.10 0.90 0.10 53.65 0.83 0.49
Hex E6 D0 16 0 A 5A A 36 53 31
Octal 346 320 26 0 12 132 12 66 123 61
Binary 11100110 11010000 10110 0 1010 1011010 1010 110110 1010011 110001

Color Harmonies of #E6D016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D016

Black with #E6D016

Text Example


Text Example

White with #E6D016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D016; }

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

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

background-color css

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

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

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

border-color css

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

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

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