Html Css Color HEX #E2D30D Sunflower

📋 copy color: '#E2D30D'

red 226 ◦ green 211 ◦ blue 13

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

Shades of Sunflower #E2D30D

Tints of Sunflower #E2D30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

 BLUE value IS 13 (5.47% from 255) = 2.89%

R = 50.22%
G = 46.89%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2D30D (or 0xE2D30D) is known color: Sunflower. HEX triplet: E2, D3 and 0D. RGB value is (226,211,13). Sum of RGB (Red+Green+Blue) = 226+211+13=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D30D is #1D2CF2. Grayscale: #C1C1C1. Windows color (decimal): -1912051 or 906210. OLE color: 906210.

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

Color convert

RGB 226 211 13 -
CMYK 0 0.07 0.94 0.11
HSL 55.77º 0.89% 0.47% -
HSV(B) 55.77º 0.94% 0.89% -
XYZ 54.73 62.79 9.62 -
YUV 192.91 26.47 151.6 -
System Red Green Blue C M Y K H S L
Decimal 226 211 13 0 0.07 0.94 0.11 55.77 0.89 0.47
Hex E2 D3 D 0 7 5E B 38 59 2F
Octal 342 323 15 0 7 136 13 70 131 57
Binary 11100010 11010011 1101 0 111 1011110 1011 111000 1011001 101111

Color Harmonies of #E2D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D30D

Black with #E2D30D

Text Example


Text Example

White with #E2D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D30D; }

 p { color: rgb(226,211,13); }

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

background-color css

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

 a { background-color: rgb(226,211,13); }

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

border-color css

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

 span { border-color: rgb(226,211,13); }

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