Html Css Color HEX #E6D314 Broom

📋 copy color: '#E6D314'

red 230 ◦ green 211 ◦ blue 20

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

Shades of Broom #E6D314

Tints of Broom #E6D314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 49.89%
G = 45.77%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E6D314 (or 0xE6D314) is known color: Broom. HEX triplet: E6, D3 and 14. RGB value is (230,211,20). Sum of RGB (Red+Green+Blue) = 230+211+20=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D314 is #192CEB. Grayscale: #C3C3C3. Windows color (decimal): -1649900 or 1364966. OLE color: 1364966.

HSL color Cylindrical-coordinate representation of color #E6D314: hue angle of 54.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6D314 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 211 20 -
CMYK 0 0.08 0.91 0.10
HSL 54.57º 0.84% 0.49% -
HSV(B) 54.57º 0.91% 0.9% -
XYZ 56.05 63.46 9.96 -
YUV 194.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 230 211 20 0 0.08 0.91 0.10 54.57 0.84 0.49
Hex E6 D3 14 0 8 5B A 37 54 31
Octal 346 323 24 0 10 133 12 67 124 61
Binary 11100110 11010011 10100 0 1000 1011011 1010 110111 1010100 110001

Color Harmonies of #E6D314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D314

Black with #E6D314

Text Example


Text Example

White with #E6D314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D314; }

 p { color: rgb(230,211,20); }

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

background-color css

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

 a { background-color: rgb(230,211,20); }

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

border-color css

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

 span { border-color: rgb(230,211,20); }

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