Html Css Color HEX #E0D306 Sunflower

📋 copy color: '#E0D306'

red 224 ◦ green 211 ◦ blue 6

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

Shades of Sunflower #E0D306

Tints of Sunflower #E0D306

RGB

 RED value IS 224 (87.89% from 255) = 50.79%

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 50.79%
G = 47.85%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0D306 (or 0xE0D306) is known color: Sunflower. HEX triplet: E0, D3 and 06. RGB value is (224,211,6). Sum of RGB (Red+Green+Blue) = 224+211+6=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D306 is #1F2CF9. Grayscale: #C0C0C0. Windows color (decimal): -2043130 or 447456. OLE color: 447456.

HSL color Cylindrical-coordinate representation of color #E0D306: hue angle of 56.42º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0D306 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 211 6 -
CMYK 0 0.06 0.97 0.12
HSL 56.42º 0.95% 0.45% -
HSV(B) 56.42º 0.97% 0.88% -
XYZ 54.07 62.45 9.38 -
YUV 191.52 23.31 151.17 -
System Red Green Blue C M Y K H S L
Decimal 224 211 6 0 0.06 0.97 0.12 56.42 0.95 0.45
Hex E0 D3 6 0 6 61 C 38 5F 2D
Octal 340 323 6 0 6 141 14 70 137 55
Binary 11100000 11010011 110 0 110 1100001 1100 111000 1011111 101101

Color Harmonies of #E0D306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D306

Black with #E0D306

Text Example


Text Example

White with #E0D306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D306; }

 p { color: rgb(224,211,6); }

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

background-color css

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

 a { background-color: rgb(224,211,6); }

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

border-color css

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

 span { border-color: rgb(224,211,6); }

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