Html Css Color HEX #E6C70D Sunflower

📋 copy color: '#E6C70D'

red 230 ◦ green 199 ◦ blue 13

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

Shades of Sunflower #E6C70D

Tints of Sunflower #E6C70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 52.04%
G = 45.02%
B = 2.94%

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

#E6C70D (or 0xE6C70D) is known color: Sunflower. HEX triplet: E6, C7 and 0D. RGB value is (230,199,13). Sum of RGB (Red+Green+Blue) = 230+199+13=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C70D is #1938F2. Grayscale: #BBBBBB. Windows color (decimal): -1652979 or 903142. OLE color: 903142.

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

Color convert

RGB 230 199 13 -
CMYK 0 0.13 0.94 0.10
HSL 51.43º 0.89% 0.48% -
HSV(B) 51.43º 0.94% 0.9% -
XYZ 53.13 57.7 8.72 -
YUV 187.07 29.77 158.62 -
System Red Green Blue C M Y K H S L
Decimal 230 199 13 0 0.13 0.94 0.10 51.43 0.89 0.48
Hex E6 C7 D 0 D 5E A 33 59 30
Octal 346 307 15 0 15 136 12 63 131 60
Binary 11100110 11000111 1101 0 1101 1011110 1010 110011 1011001 110000

Color Harmonies of #E6C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C70D

Black with #E6C70D

Text Example


Text Example

White with #E6C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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