Html Css Color HEX #E2DA0D Sunflower

📋 copy color: '#E2DA0D'

red 226 ◦ green 218 ◦ blue 13

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

Shades of Sunflower #E2DA0D

Tints of Sunflower #E2DA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

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

R = 49.45%
G = 47.7%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2DA0D (or 0xE2DA0D) is known color: Sunflower. HEX triplet: E2, DA and 0D. RGB value is (226,218,13). Sum of RGB (Red+Green+Blue) = 226+218+13=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DA0D is #1D25F2. Grayscale: #C5C5C5. Windows color (decimal): -1910259 or 908002. OLE color: 908002.

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

Color convert

RGB 226 218 13 -
CMYK 0 0.04 0.94 0.11
HSL 57.75º 0.89% 0.47% -
HSV(B) 57.75º 0.94% 0.89% -
XYZ 56.51 66.34 10.21 -
YUV 197.02 24.15 148.67 -
System Red Green Blue C M Y K H S L
Decimal 226 218 13 0 0.04 0.94 0.11 57.75 0.89 0.47
Hex E2 DA D 0 4 5E B 3A 59 2F
Octal 342 332 15 0 4 136 13 72 131 57
Binary 11100010 11011010 1101 0 100 1011110 1011 111010 1011001 101111

Color Harmonies of #E2DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA0D

Black with #E2DA0D

Text Example


Text Example

White with #E2DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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