Html Css Color HEX #E6D30E Broom

📋 copy color: '#E6D30E'

red 230 ◦ green 211 ◦ blue 14

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

Shades of Broom #E6D30E

Tints of Broom #E6D30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 50.55%
G = 46.37%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6D30E (or 0xE6D30E) is known color: Broom. HEX triplet: E6, D3 and 0E. RGB value is (230,211,14). Sum of RGB (Red+Green+Blue) = 230+211+14=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D30E is #192CF1. Grayscale: #C3C3C3. Windows color (decimal): -1649906 or 971750. OLE color: 971750.

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

Color convert

RGB 230 211 14 -
CMYK 0 0.08 0.94 0.10
HSL 54.72º 0.89% 0.48% -
HSV(B) 54.72º 0.94% 0.9% -
XYZ 56.01 63.44 9.71 -
YUV 194.22 26.29 153.52 -
System Red Green Blue C M Y K H S L
Decimal 230 211 14 0 0.08 0.94 0.10 54.72 0.89 0.48
Hex E6 D3 E 0 8 5E A 37 59 30
Octal 346 323 16 0 10 136 12 67 131 60
Binary 11100110 11010011 1110 0 1000 1011110 1010 110111 1011001 110000

Color Harmonies of #E6D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D30E

Black with #E6D30E

Text Example


Text Example

White with #E6D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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