Html Css Color HEX #E2BD0C Sunflower

📋 copy color: '#E2BD0C'

red 226 ◦ green 189 ◦ blue 12

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

Shades of Sunflower #E2BD0C

Tints of Sunflower #E2BD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.81%

R = 52.93%
G = 44.26%
B = 2.81%

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

#E2BD0C (or 0xE2BD0C) is known color: Sunflower. HEX triplet: E2, BD and 0C. RGB value is (226,189,12). Sum of RGB (Red+Green+Blue) = 226+189+12=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BD0C is #1D42F3. Grayscale: #B4B4B4. Windows color (decimal): -1917684 or 835042. OLE color: 835042.

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

Color convert

RGB 226 189 12 -
CMYK 0 0.16 0.95 0.11
HSL 49.63º 0.9% 0.47% -
HSV(B) 49.63º 0.95% 0.89% -
XYZ 49.63 52.59 7.88 -
YUV 179.89 33.26 160.89 -
System Red Green Blue C M Y K H S L
Decimal 226 189 12 0 0.16 0.95 0.11 49.63 0.9 0.47
Hex E2 BD C 0 10 5F B 32 5A 2F
Octal 342 275 14 0 20 137 13 62 132 57
Binary 11100010 10111101 1100 0 10000 1011111 1011 110010 1011010 101111

Color Harmonies of #E2BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD0C

Black with #E2BD0C

Text Example


Text Example

White with #E2BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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