Html Css Color HEX #E6D00F Sunflower

📋 copy color: '#E6D00F'

red 230 ◦ green 208 ◦ blue 15

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

Shades of Sunflower #E6D00F

Tints of Sunflower #E6D00F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.92%

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

R = 50.77%
G = 45.92%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6D00F (or 0xE6D00F) is known color: Sunflower. HEX triplet: E6, D0 and 0F. RGB value is (230,208,15). Sum of RGB (Red+Green+Blue) = 230+208+15=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D00F is #192FF0. Grayscale: #C1C1C1. Windows color (decimal): -1650673 or 1036518. OLE color: 1036518.

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

Color convert

RGB 230 208 15 -
CMYK 0 0.10 0.93 0.10
HSL 53.86º 0.88% 0.48% -
HSV(B) 53.86º 0.93% 0.9% -
XYZ 55.28 61.97 9.5 -
YUV 192.58 27.79 154.69 -
System Red Green Blue C M Y K H S L
Decimal 230 208 15 0 0.10 0.93 0.10 53.86 0.88 0.48
Hex E6 D0 F 0 A 5D A 36 58 30
Octal 346 320 17 0 12 135 12 66 130 60
Binary 11100110 11010000 1111 0 1010 1011101 1010 110110 1011000 110000

Color Harmonies of #E6D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D00F

Black with #E6D00F

Text Example


Text Example

White with #E6D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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