Html Css Color HEX #EEB945 Ronchi

📋 copy color: '#EEB945'

red 238 ◦ green 185 ◦ blue 69

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

Shades of Ronchi #EEB945

Tints of Ronchi #EEB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

 BLUE value IS 69 (27.34% from 255) = 14.02%

R = 48.37%
G = 37.6%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEB945 (or 0xEEB945) is known color: Ronchi. HEX triplet: EE, B9 and 45. RGB value is (238,185,69). Sum of RGB (Red+Green+Blue) = 238+185+69=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB945 is #1146BA. Grayscale: #BCBCBC. Windows color (decimal): -1132219 or 4569582. OLE color: 4569582.

HSL color Cylindrical-coordinate representation of color #EEB945: hue angle of 41.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEB945 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 69 -
CMYK 0 0.22 0.71 0.07
HSL 41.18º 0.83% 0.6% -
HSV(B) 41.18º 0.71% 0.93% -
XYZ 53.68 53.3 13.09 -
YUV 187.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 238 185 69 0 0.22 0.71 0.07 41.18 0.83 0.6
Hex EE B9 45 0 16 47 7 29 53 3C
Octal 356 271 105 0 26 107 7 51 123 74
Binary 11101110 10111001 1000101 0 10110 1000111 111 101001 1010011 111100

Color Harmonies of #EEB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB945

Black with #EEB945

Text Example


Text Example

White with #EEB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB945; }

 p { color: rgb(238,185,69); }

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

background-color css

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

 a { background-color: rgb(238,185,69); }

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

border-color css

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

 span { border-color: rgb(238,185,69); }

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