Html Css Color HEX #E6DB1A Broom

📋 copy color: '#E6DB1A'

red 230 ◦ green 219 ◦ blue 26

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

Shades of Broom #E6DB1A

Tints of Broom #E6DB1A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

 BLUE value IS 26 (10.55% from 255) = 5.47%

R = 48.42%
G = 46.11%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6DB1A (or 0xE6DB1A) is known color: Broom. HEX triplet: E6, DB and 1A. RGB value is (230,219,26). Sum of RGB (Red+Green+Blue) = 230+219+26=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB1A is #1924E5. Grayscale: #C9C9C9. Windows color (decimal): -1647846 or 1760230. OLE color: 1760230.

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

Color convert

RGB 230 219 26 -
CMYK 0 0.05 0.89 0.10
HSL 56.76º 0.8% 0.5% -
HSV(B) 56.76º 0.89% 0.9% -
XYZ 58.15 67.56 10.95 -
YUV 200.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 230 219 26 0 0.05 0.89 0.10 56.76 0.8 0.5
Hex E6 DB 1A 0 5 59 A 39 50 32
Octal 346 333 32 0 5 131 12 71 120 62
Binary 11100110 11011011 11010 0 101 1011001 1010 111001 1010000 110010

Color Harmonies of #E6DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB1A

Black with #E6DB1A

Text Example


Text Example

White with #E6DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB1A; }

 p { color: rgb(230,219,26); }

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

background-color css

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

 a { background-color: rgb(230,219,26); }

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

border-color css

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

 span { border-color: rgb(230,219,26); }

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