Html Css Color HEX #EDB75A Ronchi

📋 copy color: '#EDB75A'

red 237 ◦ green 183 ◦ blue 90

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

Shades of Ronchi #EDB75A

Tints of Ronchi #EDB75A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

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

R = 46.47%
G = 35.88%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB75A (or 0xEDB75A) is known color: Ronchi. HEX triplet: ED, B7 and 5A. RGB value is (237,183,90). Sum of RGB (Red+Green+Blue) = 237+183+90=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB75A is #1248A5. Grayscale: #BCBCBC. Windows color (decimal): -1198246 or 5945325. OLE color: 5945325.

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

Color convert

RGB 237 183 90 -
CMYK 0 0.23 0.62 0.07
HSL 37.96º 0.8% 0.64% -
HSV(B) 37.96º 0.62% 0.93% -
XYZ 53.7 52.61 17 -
YUV 188.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 237 183 90 0 0.23 0.62 0.07 37.96 0.8 0.64
Hex ED B7 5A 0 17 3E 7 26 50 40
Octal 355 267 132 0 27 76 7 46 120 100
Binary 11101101 10110111 1011010 0 10111 111110 111 100110 1010000 1000000

Color Harmonies of #EDB75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB75A

Black with #EDB75A

Text Example


Text Example

White with #EDB75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB75A; }

 p { color: rgb(237,183,90); }

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

background-color css

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

 a { background-color: rgb(237,183,90); }

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

border-color css

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

 span { border-color: rgb(237,183,90); }

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