Html Css Color HEX #E2BC44 Ronchi

📋 copy color: '#E2BC44'

red 226 ◦ green 188 ◦ blue 68

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

Shades of Ronchi #E2BC44

Tints of Ronchi #E2BC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 68 (26.95% from 255) = 14.11%

R = 46.89%
G = 39%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E2BC44 (or 0xE2BC44) is known color: Ronchi. HEX triplet: E2, BC and 44. RGB value is (226,188,68). Sum of RGB (Red+Green+Blue) = 226+188+68=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC44 is #1D43BB. Grayscale: #BABABA. Windows color (decimal): -1917884 or 4504802. OLE color: 4504802.

HSL color Cylindrical-coordinate representation of color #E2BC44: hue angle of 45.57º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2BC44 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 68 -
CMYK 0 0.17 0.70 0.11
HSL 45.57º 0.73% 0.58% -
HSV(B) 45.57º 0.7% 0.89% -
XYZ 50.39 52.55 12.96 -
YUV 185.68 61.59 156.76 -
System Red Green Blue C M Y K H S L
Decimal 226 188 68 0 0.17 0.70 0.11 45.57 0.73 0.58
Hex E2 BC 44 0 11 46 B 2E 49 3A
Octal 342 274 104 0 21 106 13 56 111 72
Binary 11100010 10111100 1000100 0 10001 1000110 1011 101110 1001001 111010

Color Harmonies of #E2BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BC44

Black with #E2BC44

Text Example


Text Example

White with #E2BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BC44; }

 p { color: rgb(226,188,68); }

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

background-color css

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

 a { background-color: rgb(226,188,68); }

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

border-color css

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

 span { border-color: rgb(226,188,68); }

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