Html Css Color HEX #E6D40F Broom

📋 copy color: '#E6D40F'

red 230 ◦ green 212 ◦ blue 15

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

Shades of Broom #E6D40F

Tints of Broom #E6D40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.39%

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 50.33%
G = 46.39%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6D40F (or 0xE6D40F) is known color: Broom. HEX triplet: E6, D4 and 0F. RGB value is (230,212,15). Sum of RGB (Red+Green+Blue) = 230+212+15=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D40F is #192BF0. Grayscale: #C3C3C3. Windows color (decimal): -1649649 or 1037542. OLE color: 1037542.

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

Color convert

RGB 230 212 15 -
CMYK 0 0.08 0.93 0.10
HSL 54.98º 0.88% 0.48% -
HSV(B) 54.98º 0.93% 0.9% -
XYZ 56.26 63.94 9.83 -
YUV 194.92 26.46 153.02 -
System Red Green Blue C M Y K H S L
Decimal 230 212 15 0 0.08 0.93 0.10 54.98 0.88 0.48
Hex E6 D4 F 0 8 5D A 37 58 30
Octal 346 324 17 0 10 135 12 67 130 60
Binary 11100110 11010100 1111 0 1000 1011101 1010 110111 1011000 110000

Color Harmonies of #E6D40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D40F

Black with #E6D40F

Text Example


Text Example

White with #E6D40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D40F; }

 p { color: rgb(230,212,15); }

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

background-color css

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

 a { background-color: rgb(230,212,15); }

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

border-color css

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

 span { border-color: rgb(230,212,15); }

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