Html Css Color HEX #EDB85C Ronchi

📋 copy color: '#EDB85C'

red 237 ◦ green 184 ◦ blue 92

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

Shades of Ronchi #EDB85C

Tints of Ronchi #EDB85C

RGB

 RED value IS 237 (92.97% from 255) = 46.2%

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 92 (36.33% from 255) = 17.93%

R = 46.2%
G = 35.87%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDB85C (or 0xEDB85C) is known color: Ronchi. HEX triplet: ED, B8 and 5C. RGB value is (237,184,92). Sum of RGB (Red+Green+Blue) = 237+184+92=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB85C is #1247A3. Grayscale: #BDBDBD. Windows color (decimal): -1197988 or 6076653. OLE color: 6076653.

HSL color Cylindrical-coordinate representation of color #EDB85C: hue angle of 38.07º degrees, saturation: 0.8, 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 #EDB85C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 92 -
CMYK 0 0.22 0.61 0.07
HSL 38.07º 0.8% 0.65% -
HSV(B) 38.07º 0.61% 0.93% -
XYZ 54 53.06 17.52 -
YUV 189.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 237 184 92 0 0.22 0.61 0.07 38.07 0.8 0.65
Hex ED B8 5C 0 16 3D 7 26 50 41
Octal 355 270 134 0 26 75 7 46 120 101
Binary 11101101 10111000 1011100 0 10110 111101 111 100110 1010000 1000001

Color Harmonies of #EDB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB85C

Black with #EDB85C

Text Example


Text Example

White with #EDB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB85C; }

 p { color: rgb(237,184,92); }

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

background-color css

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

 a { background-color: rgb(237,184,92); }

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

border-color css

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

 span { border-color: rgb(237,184,92); }

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