Html Css Color HEX #E6D80D Broom

📋 copy color: '#E6D80D'

red 230 ◦ green 216 ◦ blue 13

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

Shades of Broom #E6D80D

Tints of Broom #E6D80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.06%

 BLUE value IS 13 (5.47% from 255) = 2.83%

R = 50.11%
G = 47.06%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6D80D (or 0xE6D80D) is known color: Broom. HEX triplet: E6, D8 and 0D. RGB value is (230,216,13). Sum of RGB (Red+Green+Blue) = 230+216+13=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D80D is #1927F2. Grayscale: #C5C5C5. Windows color (decimal): -1648627 or 907494. OLE color: 907494.

HSL color Cylindrical-coordinate representation of color #E6D80D: hue angle of 56.13º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6D80D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 216 13 -
CMYK 0 0.06 0.94 0.10
HSL 56.13º 0.89% 0.48% -
HSV(B) 56.13º 0.94% 0.9% -
XYZ 57.26 65.96 10.1 -
YUV 197.04 24.14 151.51 -
System Red Green Blue C M Y K H S L
Decimal 230 216 13 0 0.06 0.94 0.10 56.13 0.89 0.48
Hex E6 D8 D 0 6 5E A 38 59 30
Octal 346 330 15 0 6 136 12 70 131 60
Binary 11100110 11011000 1101 0 110 1011110 1010 111000 1011001 110000

Color Harmonies of #E6D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D80D

Black with #E6D80D

Text Example


Text Example

White with #E6D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D80D; }

 p { color: rgb(230,216,13); }

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

background-color css

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

 a { background-color: rgb(230,216,13); }

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

border-color css

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

 span { border-color: rgb(230,216,13); }

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