Html Css Color HEX #E2D710 Sunflower

📋 copy color: '#E2D710'

red 226 ◦ green 215 ◦ blue 16

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

Shades of Sunflower #E2D710

Tints of Sunflower #E2D710

RGB

 RED value IS 226 (88.67% from 255) = 49.45%

 GREEN value IS 215 (84.38% from 255) = 47.05%

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

R = 49.45%
G = 47.05%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2D710 (or 0xE2D710) is known color: Sunflower. HEX triplet: E2, D7 and 10. RGB value is (226,215,16). Sum of RGB (Red+Green+Blue) = 226+215+16=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D710 is #1D28EF. Grayscale: #C4C4C4. Windows color (decimal): -1911024 or 1103842. OLE color: 1103842.

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

Color convert

RGB 226 215 16 -
CMYK 0 0.05 0.93 0.11
HSL 56.86º 0.87% 0.47% -
HSV(B) 56.86º 0.93% 0.89% -
XYZ 55.76 64.81 10.06 -
YUV 195.6 26.64 149.68 -
System Red Green Blue C M Y K H S L
Decimal 226 215 16 0 0.05 0.93 0.11 56.86 0.87 0.47
Hex E2 D7 10 0 5 5D B 39 57 2F
Octal 342 327 20 0 5 135 13 71 127 57
Binary 11100010 11010111 10000 0 101 1011101 1011 111001 1010111 101111

Color Harmonies of #E2D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D710

Black with #E2D710

Text Example


Text Example

White with #E2D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D710; }

 p { color: rgb(226,215,16); }

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

background-color css

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

 a { background-color: rgb(226,215,16); }

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

border-color css

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

 span { border-color: rgb(226,215,16); }

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