Html Css Color HEX #EDBA5A Ronchi

📋 copy color: '#EDBA5A'

red 237 ◦ green 186 ◦ blue 90

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

Shades of Ronchi #EDBA5A

Tints of Ronchi #EDBA5A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.26%

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

R = 46.2%
G = 36.26%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDBA5A (or 0xEDBA5A) is known color: Ronchi. HEX triplet: ED, BA and 5A. RGB value is (237,186,90). Sum of RGB (Red+Green+Blue) = 237+186+90=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA5A is #1245A5. Grayscale: #BEBEBE. Windows color (decimal): -1197478 or 5946093. OLE color: 5946093.

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

Color convert

RGB 237 186 90 -
CMYK 0 0.22 0.62 0.07
HSL 39.18º 0.8% 0.64% -
HSV(B) 39.18º 0.62% 0.93% -
XYZ 54.33 53.86 17.21 -
YUV 190.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 237 186 90 0 0.22 0.62 0.07 39.18 0.8 0.64
Hex ED BA 5A 0 16 3E 7 27 50 40
Octal 355 272 132 0 26 76 7 47 120 100
Binary 11101101 10111010 1011010 0 10110 111110 111 100111 1010000 1000000

Color Harmonies of #EDBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA5A

Black with #EDBA5A

Text Example


Text Example

White with #EDBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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