Html Css Color HEX #E2D510 Sunflower

📋 copy color: '#E2D510'

red 226 ◦ green 213 ◦ blue 16

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

Shades of Sunflower #E2D510

Tints of Sunflower #E2D510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.81%

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

R = 49.67%
G = 46.81%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2D510 (or 0xE2D510) is known color: Sunflower. HEX triplet: E2, D5 and 10. RGB value is (226,213,16). Sum of RGB (Red+Green+Blue) = 226+213+16=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D510 is #1D2AEF. Grayscale: #C3C3C3. Windows color (decimal): -1911536 or 1103330. OLE color: 1103330.

HSL color Cylindrical-coordinate representation of color #E2D510: hue angle of 56.29º 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 #E2D510 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 213 16 -
CMYK 0 0.06 0.93 0.11
HSL 56.29º 0.87% 0.47% -
HSV(B) 56.29º 0.93% 0.89% -
XYZ 55.25 63.79 9.89 -
YUV 194.43 27.31 150.52 -
System Red Green Blue C M Y K H S L
Decimal 226 213 16 0 0.06 0.93 0.11 56.29 0.87 0.47
Hex E2 D5 10 0 6 5D B 38 57 2F
Octal 342 325 20 0 6 135 13 70 127 57
Binary 11100010 11010101 10000 0 110 1011101 1011 111000 1010111 101111

Color Harmonies of #E2D510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D510

Black with #E2D510

Text Example


Text Example

White with #E2D510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D510; }

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

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

background-color css

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

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

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

border-color css

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

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

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