Html Css Color HEX #E6C70E Sunflower

📋 copy color: '#E6C70E'

red 230 ◦ green 199 ◦ blue 14

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

Shades of Sunflower #E6C70E

Tints of Sunflower #E6C70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

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

R = 51.92%
G = 44.92%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6C70E (or 0xE6C70E) is known color: Sunflower. HEX triplet: E6, C7 and 0E. RGB value is (230,199,14). Sum of RGB (Red+Green+Blue) = 230+199+14=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C70E is #1938F1. Grayscale: #BBBBBB. Windows color (decimal): -1652978 or 968678. OLE color: 968678.

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

Color convert

RGB 230 199 14 -
CMYK 0 0.13 0.94 0.10
HSL 51.39º 0.89% 0.48% -
HSV(B) 51.39º 0.94% 0.9% -
XYZ 53.14 57.7 8.75 -
YUV 187.18 30.27 158.54 -
System Red Green Blue C M Y K H S L
Decimal 230 199 14 0 0.13 0.94 0.10 51.39 0.89 0.48
Hex E6 C7 E 0 D 5E A 33 59 30
Octal 346 307 16 0 15 136 12 63 131 60
Binary 11100110 11000111 1110 0 1101 1011110 1010 110011 1011001 110000

Color Harmonies of #E6C70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C70E

Black with #E6C70E

Text Example


Text Example

White with #E6C70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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