Html Css Color HEX #EEBC5A Ronchi

📋 copy color: '#EEBC5A'

red 238 ◦ green 188 ◦ blue 90

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

Shades of Ronchi #EEBC5A

Tints of Ronchi #EEBC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.44%

R = 46.12%
G = 36.43%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEBC5A (or 0xEEBC5A) is known color: Ronchi. HEX triplet: EE, BC and 5A. RGB value is (238,188,90). Sum of RGB (Red+Green+Blue) = 238+188+90=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC5A is #1143A5. Grayscale: #C0C0C0. Windows color (decimal): -1131430 or 5946606. OLE color: 5946606.

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

Color convert

RGB 238 188 90 -
CMYK 0 0.21 0.62 0.07
HSL 39.73º 0.81% 0.64% -
HSV(B) 39.73º 0.62% 0.93% -
XYZ 55.09 54.88 17.36 -
YUV 191.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 238 188 90 0 0.21 0.62 0.07 39.73 0.81 0.64
Hex EE BC 5A 0 15 3E 7 28 51 40
Octal 356 274 132 0 25 76 7 50 121 100
Binary 11101110 10111100 1011010 0 10101 111110 111 101000 1010001 1000000

Color Harmonies of #EEBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC5A

Black with #EEBC5A

Text Example


Text Example

White with #EEBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC5A; }

 p { color: rgb(238,188,90); }

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

background-color css

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

 a { background-color: rgb(238,188,90); }

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

border-color css

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

 span { border-color: rgb(238,188,90); }

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