Html Css Color HEX #E2D50B Sunflower

📋 copy color: '#E2D50B'

red 226 ◦ green 213 ◦ blue 11

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

Shades of Sunflower #E2D50B

Tints of Sunflower #E2D50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 50.22%
G = 47.33%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2D50B (or 0xE2D50B) is known color: Sunflower. HEX triplet: E2, D5 and 0B. RGB value is (226,213,11). Sum of RGB (Red+Green+Blue) = 226+213+11=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D50B is #1D2AF4. Grayscale: #C2C2C2. Windows color (decimal): -1911541 or 775650. OLE color: 775650.

HSL color Cylindrical-coordinate representation of color #E2D50B: hue angle of 56.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2D50B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 213 11 -
CMYK 0 0.06 0.95 0.11
HSL 56.37º 0.91% 0.46% -
HSV(B) 56.37º 0.95% 0.89% -
XYZ 55.22 63.78 9.72 -
YUV 193.86 24.81 150.93 -
System Red Green Blue C M Y K H S L
Decimal 226 213 11 0 0.06 0.95 0.11 56.37 0.91 0.46
Hex E2 D5 B 0 6 5F B 38 5B 2E
Octal 342 325 13 0 6 137 13 70 133 56
Binary 11100010 11010101 1011 0 110 1011111 1011 111000 1011011 101110

Color Harmonies of #E2D50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D50B

Black with #E2D50B

Text Example


Text Example

White with #E2D50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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