Html Css Color HEX #E6C60C Sunflower

📋 copy color: '#E6C60C'

red 230 ◦ green 198 ◦ blue 12

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

Shades of Sunflower #E6C60C

Tints of Sunflower #E6C60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 52.27%
G = 45%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6C60C (or 0xE6C60C) is known color: Sunflower. HEX triplet: E6, C6 and 0C. RGB value is (230,198,12). Sum of RGB (Red+Green+Blue) = 230+198+12=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C60C is #1939F3. Grayscale: #BBBBBB. Windows color (decimal): -1653236 or 837350. OLE color: 837350.

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

Color convert

RGB 230 198 12 -
CMYK 0 0.14 0.95 0.10
HSL 51.19º 0.9% 0.47% -
HSV(B) 51.19º 0.95% 0.9% -
XYZ 52.89 57.24 8.61 -
YUV 186.36 29.6 159.12 -
System Red Green Blue C M Y K H S L
Decimal 230 198 12 0 0.14 0.95 0.10 51.19 0.9 0.47
Hex E6 C6 C 0 E 5F A 33 5A 2F
Octal 346 306 14 0 16 137 12 63 132 57
Binary 11100110 11000110 1100 0 1110 1011111 1010 110011 1011010 101111

Color Harmonies of #E6C60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C60C

Black with #E6C60C

Text Example


Text Example

White with #E6C60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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