Html Css Color HEX #E3D010 Sunflower

📋 copy color: '#E3D010'

red 227 ◦ green 208 ◦ blue 16

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

Shades of Sunflower #E3D010

Tints of Sunflower #E3D010

RGB

 RED value IS 227 (89.06% from 255) = 50.33%

 GREEN value IS 208 (81.64% from 255) = 46.12%

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

R = 50.33%
G = 46.12%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3D010 (or 0xE3D010) is known color: Sunflower. HEX triplet: E3, D0 and 10. RGB value is (227,208,16). Sum of RGB (Red+Green+Blue) = 227+208+16=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3D010 is #1C2FEF. Grayscale: #C0C0C0. Windows color (decimal): -1847280 or 1102051. OLE color: 1102051.

HSL color Cylindrical-coordinate representation of color #E3D010: hue angle of 54.6º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3D010 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 208 16 -
CMYK 0 0.08 0.93 0.11
HSL 54.6º 0.87% 0.48% -
HSV(B) 54.6º 0.93% 0.89% -
XYZ 54.33 61.48 9.49 -
YUV 191.79 28.79 153.11 -
System Red Green Blue C M Y K H S L
Decimal 227 208 16 0 0.08 0.93 0.11 54.6 0.87 0.48
Hex E3 D0 10 0 8 5D B 37 57 30
Octal 343 320 20 0 10 135 13 67 127 60
Binary 11100011 11010000 10000 0 1000 1011101 1011 110111 1010111 110000

Color Harmonies of #E3D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D010

Black with #E3D010

Text Example


Text Example

White with #E3D010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D010; }

 p { color: rgb(227,208,16); }

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

background-color css

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

 a { background-color: rgb(227,208,16); }

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

border-color css

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

 span { border-color: rgb(227,208,16); }

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