Html Css Color HEX #EBB952 Ronchi

📋 copy color: '#EBB952'

red 235 ◦ green 185 ◦ blue 82

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

Shades of Ronchi #EBB952

Tints of Ronchi #EBB952

RGB

 RED value IS 235 (92.19% from 255) = 46.81%

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

 BLUE value IS 82 (32.42% from 255) = 16.33%

R = 46.81%
G = 36.85%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBB952 (or 0xEBB952) is known color: Ronchi. HEX triplet: EB, B9 and 52. RGB value is (235,185,82). Sum of RGB (Red+Green+Blue) = 235+185+82=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB952 is #1446AD. Grayscale: #BCBCBC. Windows color (decimal): -1328814 or 5421547. OLE color: 5421547.

HSL color Cylindrical-coordinate representation of color #EBB952: hue angle of 40.39º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBB952 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 82 -
CMYK 0 0.21 0.65 0.08
HSL 40.39º 0.79% 0.62% -
HSV(B) 40.39º 0.65% 0.92% -
XYZ 53.13 52.97 15.41 -
YUV 188.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 235 185 82 0 0.21 0.65 0.08 40.39 0.79 0.62
Hex EB B9 52 0 15 41 8 28 4F 3E
Octal 353 271 122 0 25 101 10 50 117 76
Binary 11101011 10111001 1010010 0 10101 1000001 1000 101000 1001111 111110

Color Harmonies of #EBB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB952

Black with #EBB952

Text Example


Text Example

White with #EBB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB952; }

 p { color: rgb(235,185,82); }

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

background-color css

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

 a { background-color: rgb(235,185,82); }

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

border-color css

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

 span { border-color: rgb(235,185,82); }

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