Html Css Color HEX #E6C70C Sunflower

📋 copy color: '#E6C70C'

red 230 ◦ green 199 ◦ blue 12

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

Shades of Sunflower #E6C70C

Tints of Sunflower #E6C70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.72%

R = 52.15%
G = 45.12%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6C70C (or 0xE6C70C) is known color: Sunflower. HEX triplet: E6, C7 and 0C. RGB value is (230,199,12). Sum of RGB (Red+Green+Blue) = 230+199+12=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C70C is #1938F3. Grayscale: #BBBBBB. Windows color (decimal): -1652980 or 837606. OLE color: 837606.

HSL color Cylindrical-coordinate representation of color #E6C70C: hue angle of 51.47º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6C70C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 199 12 -
CMYK 0 0.13 0.95 0.10
HSL 51.47º 0.9% 0.47% -
HSV(B) 51.47º 0.95% 0.9% -
XYZ 53.12 57.7 8.68 -
YUV 186.95 29.27 158.71 -
System Red Green Blue C M Y K H S L
Decimal 230 199 12 0 0.13 0.95 0.10 51.47 0.9 0.47
Hex E6 C7 C 0 D 5F A 33 5A 2F
Octal 346 307 14 0 15 137 12 63 132 57
Binary 11100110 11000111 1100 0 1101 1011111 1010 110011 1011010 101111

Color Harmonies of #E6C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C70C

Black with #E6C70C

Text Example


Text Example

White with #E6C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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