Html Css Color HEX #E6CD16 Broom

📋 copy color: '#E6CD16'

red 230 ◦ green 205 ◦ blue 22

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

Shades of Broom #E6CD16

Tints of Broom #E6CD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.86%

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

R = 50.33%
G = 44.86%
B = 4.81%

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

#E6CD16 (or 0xE6CD16) is known color: Broom. HEX triplet: E6, CD and 16. RGB value is (230,205,22). Sum of RGB (Red+Green+Blue) = 230+205+22=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CD16 is #1932E9. Grayscale: #C0C0C0. Windows color (decimal): -1651434 or 1494502. OLE color: 1494502.

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

Color convert

RGB 230 205 22 -
CMYK 0 0.11 0.90 0.10
HSL 52.79º 0.83% 0.49% -
HSV(B) 52.79º 0.9% 0.9% -
XYZ 54.61 60.54 9.57 -
YUV 191.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 230 205 22 0 0.11 0.90 0.10 52.79 0.83 0.49
Hex E6 CD 16 0 B 5A A 35 53 31
Octal 346 315 26 0 13 132 12 65 123 61
Binary 11100110 11001101 10110 0 1011 1011010 1010 110101 1010011 110001

Color Harmonies of #E6CD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CD16

Black with #E6CD16

Text Example


Text Example

White with #E6CD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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