Html Css Color HEX #E6CE10 Sunflower

📋 copy color: '#E6CE10'

red 230 ◦ green 206 ◦ blue 16

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

Shades of Sunflower #E6CE10

Tints of Sunflower #E6CE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

 BLUE value IS 16 (6.64% from 255) = 3.54%

R = 50.88%
G = 45.58%
B = 3.54%

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

#E6CE10 (or 0xE6CE10) is known color: Sunflower. HEX triplet: E6, CE and 10. RGB value is (230,206,16). Sum of RGB (Red+Green+Blue) = 230+206+16=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CE10 is #1931EF. Grayscale: #C0C0C0. Windows color (decimal): -1651184 or 1101542. OLE color: 1101542.

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

Color convert

RGB 230 206 16 -
CMYK 0 0.10 0.93 0.10
HSL 53.27º 0.87% 0.48% -
HSV(B) 53.27º 0.93% 0.9% -
XYZ 54.8 61 9.38 -
YUV 191.52 28.95 155.45 -
System Red Green Blue C M Y K H S L
Decimal 230 206 16 0 0.10 0.93 0.10 53.27 0.87 0.48
Hex E6 CE 10 0 A 5D A 35 57 30
Octal 346 316 20 0 12 135 12 65 127 60
Binary 11100110 11001110 10000 0 1010 1011101 1010 110101 1010111 110000

Color Harmonies of #E6CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE10

Black with #E6CE10

Text Example


Text Example

White with #E6CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE10; }

 p { color: rgb(230,206,16); }

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

background-color css

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

 a { background-color: rgb(230,206,16); }

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

border-color css

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

 span { border-color: rgb(230,206,16); }

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