Html Css Color HEX #EEBD5E Ronchi

📋 copy color: '#EEBD5E'

red 238 ◦ green 189 ◦ blue 94

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

Shades of Ronchi #EEBD5E

Tints of Ronchi #EEBD5E

RGB

 RED value IS 238 (93.36% from 255) = 45.68%

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

 BLUE value IS 94 (37.11% from 255) = 18.04%

R = 45.68%
G = 36.28%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEBD5E (or 0xEEBD5E) is known color: Ronchi. HEX triplet: EE, BD and 5E. RGB value is (238,189,94). Sum of RGB (Red+Green+Blue) = 238+189+94=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBD5E is #1142A1. Grayscale: #C1C1C1. Windows color (decimal): -1131170 or 6209006. OLE color: 6209006.

HSL color Cylindrical-coordinate representation of color #EEBD5E: hue angle of 39.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEBD5E is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 94 -
CMYK 0 0.21 0.61 0.07
HSL 39.58º 0.81% 0.65% -
HSV(B) 39.58º 0.61% 0.93% -
XYZ 55.48 55.38 18.36 -
YUV 192.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 238 189 94 0 0.21 0.61 0.07 39.58 0.81 0.65
Hex EE BD 5E 0 15 3D 7 28 51 41
Octal 356 275 136 0 25 75 7 50 121 101
Binary 11101110 10111101 1011110 0 10101 111101 111 101000 1010001 1000001

Color Harmonies of #EEBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBD5E

Black with #EEBD5E

Text Example


Text Example

White with #EEBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBD5E; }

 p { color: rgb(238,189,94); }

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

background-color css

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

 a { background-color: rgb(238,189,94); }

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

border-color css

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

 span { border-color: rgb(238,189,94); }

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