Html Css Color HEX #E6D50D Broom

📋 copy color: '#E6D50D'

red 230 ◦ green 213 ◦ blue 13

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

Shades of Broom #E6D50D

Tints of Broom #E6D50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.71%

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

R = 50.44%
G = 46.71%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6D50D (or 0xE6D50D) is known color: Broom. HEX triplet: E6, D5 and 0D. RGB value is (230,213,13). Sum of RGB (Red+Green+Blue) = 230+213+13=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D50D is #192AF2. Grayscale: #C4C4C4. Windows color (decimal): -1649395 or 906726. OLE color: 906726.

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

Color convert

RGB 230 213 13 -
CMYK 0 0.07 0.94 0.10
HSL 55.3º 0.89% 0.48% -
HSV(B) 55.3º 0.94% 0.9% -
XYZ 56.5 64.44 9.84 -
YUV 195.28 25.13 152.76 -
System Red Green Blue C M Y K H S L
Decimal 230 213 13 0 0.07 0.94 0.10 55.3 0.89 0.48
Hex E6 D5 D 0 7 5E A 37 59 30
Octal 346 325 15 0 7 136 12 67 131 60
Binary 11100110 11010101 1101 0 111 1011110 1010 110111 1011001 110000

Color Harmonies of #E6D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D50D

Black with #E6D50D

Text Example


Text Example

White with #E6D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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