Html Css Color HEX #E2BD4C Ronchi

📋 copy color: '#E2BD4C'

red 226 ◦ green 189 ◦ blue 76

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

Shades of Ronchi #E2BD4C

Tints of Ronchi #E2BD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.48%

R = 46.03%
G = 38.49%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2BD4C (or 0xE2BD4C) is known color: Ronchi. HEX triplet: E2, BD and 4C. RGB value is (226,189,76). Sum of RGB (Red+Green+Blue) = 226+189+76=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD4C is #1D42B3. Grayscale: #BBBBBB. Windows color (decimal): -1917620 or 5029346. OLE color: 5029346.

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

Color convert

RGB 226 189 76 -
CMYK 0 0.16 0.66 0.11
HSL 45.2º 0.72% 0.59% -
HSV(B) 45.2º 0.66% 0.89% -
XYZ 50.87 53.09 14.4 -
YUV 187.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 226 189 76 0 0.16 0.66 0.11 45.2 0.72 0.59
Hex E2 BD 4C 0 10 42 B 2D 48 3B
Octal 342 275 114 0 20 102 13 55 110 73
Binary 11100010 10111101 1001100 0 10000 1000010 1011 101101 1001000 111011

Color Harmonies of #E2BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD4C

Black with #E2BD4C

Text Example


Text Example

White with #E2BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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