Html Css Color HEX #E3BD0E Sunflower

📋 copy color: '#E3BD0E'

red 227 ◦ green 189 ◦ blue 14

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

Shades of Sunflower #E3BD0E

Tints of Sunflower #E3BD0E

RGB

 RED value IS 227 (89.06% from 255) = 52.79%

 GREEN value IS 189 (74.22% from 255) = 43.95%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 52.79%
G = 43.95%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3BD0E (or 0xE3BD0E) is known color: Sunflower. HEX triplet: E3, BD and 0E. RGB value is (227,189,14). Sum of RGB (Red+Green+Blue) = 227+189+14=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BD0E is #1C42F1. Grayscale: #B5B5B5. Windows color (decimal): -1852146 or 966115. OLE color: 966115.

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

Color convert

RGB 227 189 14 -
CMYK 0 0.17 0.94 0.11
HSL 49.3º 0.88% 0.47% -
HSV(B) 49.3º 0.94% 0.89% -
XYZ 49.96 52.76 7.97 -
YUV 180.41 34.09 161.23 -
System Red Green Blue C M Y K H S L
Decimal 227 189 14 0 0.17 0.94 0.11 49.3 0.88 0.47
Hex E3 BD E 0 11 5E B 31 58 2F
Octal 343 275 16 0 21 136 13 61 130 57
Binary 11100011 10111101 1110 0 10001 1011110 1011 110001 1011000 101111

Color Harmonies of #E3BD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BD0E

Black with #E3BD0E

Text Example


Text Example

White with #E3BD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BD0E; }

 p { color: rgb(227,189,14); }

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

background-color css

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

 a { background-color: rgb(227,189,14); }

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

border-color css

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

 span { border-color: rgb(227,189,14); }

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