Html Css Color HEX #E2BD0B Sunflower

📋 copy color: '#E2BD0B'

red 226 ◦ green 189 ◦ blue 11

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

Shades of Sunflower #E2BD0B

Tints of Sunflower #E2BD0B

RGB

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

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

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

R = 53.05%
G = 44.37%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2BD0B (or 0xE2BD0B) is known color: Sunflower. HEX triplet: E2, BD and 0B. RGB value is (226,189,11). Sum of RGB (Red+Green+Blue) = 226+189+11=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BD0B is #1D42F4. Grayscale: #B4B4B4. Windows color (decimal): -1917685 or 769506. OLE color: 769506.

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

Color convert

RGB 226 189 11 -
CMYK 0 0.16 0.95 0.11
HSL 49.67º 0.91% 0.46% -
HSV(B) 49.67º 0.95% 0.89% -
XYZ 49.62 52.59 7.85 -
YUV 179.77 32.76 160.97 -
System Red Green Blue C M Y K H S L
Decimal 226 189 11 0 0.16 0.95 0.11 49.67 0.91 0.46
Hex E2 BD B 0 10 5F B 32 5B 2E
Octal 342 275 13 0 20 137 13 62 133 56
Binary 11100010 10111101 1011 0 10000 1011111 1011 110010 1011011 101110

Color Harmonies of #E2BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD0B

Black with #E2BD0B

Text Example


Text Example

White with #E2BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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