Html Css Color HEX #E6CE0F Sunflower

📋 copy color: '#E6CE0F'

red 230 ◦ green 206 ◦ blue 15

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

Shades of Sunflower #E6CE0F

Tints of Sunflower #E6CE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 51%
G = 45.68%
B = 3.33%

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

#E6CE0F (or 0xE6CE0F) is known color: Sunflower. HEX triplet: E6, CE and 0F. RGB value is (230,206,15). Sum of RGB (Red+Green+Blue) = 230+206+15=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CE0F is #1931F0. Grayscale: #C0C0C0. Windows color (decimal): -1651185 or 1036006. OLE color: 1036006.

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

Color convert

RGB 230 206 15 -
CMYK 0 0.10 0.93 0.10
HSL 53.3º 0.88% 0.48% -
HSV(B) 53.3º 0.93% 0.9% -
XYZ 54.79 61 9.34 -
YUV 191.4 28.45 155.53 -
System Red Green Blue C M Y K H S L
Decimal 230 206 15 0 0.10 0.93 0.10 53.3 0.88 0.48
Hex E6 CE F 0 A 5D A 35 58 30
Octal 346 316 17 0 12 135 12 65 130 60
Binary 11100110 11001110 1111 0 1010 1011101 1010 110101 1011000 110000

Color Harmonies of #E6CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE0F

Black with #E6CE0F

Text Example


Text Example

White with #E6CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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