Html Css Color HEX #EEB950 Ronchi

📋 copy color: '#EEB950'

red 238 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #EEB950

Tints of Ronchi #EEB950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.9%

R = 47.32%
G = 36.78%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEB950 (or 0xEEB950) is known color: Ronchi. HEX triplet: EE, B9 and 50. RGB value is (238,185,80). Sum of RGB (Red+Green+Blue) = 238+185+80=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB950 is #1146AF. Grayscale: #BDBDBD. Windows color (decimal): -1132208 or 5290478. OLE color: 5290478.

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

Color convert

RGB 238 185 80 -
CMYK 0 0.22 0.66 0.07
HSL 39.87º 0.82% 0.62% -
HSV(B) 39.87º 0.66% 0.93% -
XYZ 54.06 53.45 15.06 -
YUV 188.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 238 185 80 0 0.22 0.66 0.07 39.87 0.82 0.62
Hex EE B9 50 0 16 42 7 28 52 3E
Octal 356 271 120 0 26 102 7 50 122 76
Binary 11101110 10111001 1010000 0 10110 1000010 111 101000 1010010 111110

Color Harmonies of #EEB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB950

Black with #EEB950

Text Example


Text Example

White with #EEB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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