Html Css Color HEX #EDBA4E Ronchi

📋 copy color: '#EDBA4E'

red 237 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #EDBA4E

Tints of Ronchi #EDBA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.57%

R = 47.31%
G = 37.13%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDBA4E (or 0xEDBA4E) is known color: Ronchi. HEX triplet: ED, BA and 4E. RGB value is (237,186,78). Sum of RGB (Red+Green+Blue) = 237+186+78=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA4E is #1245B1. Grayscale: #BDBDBD. Windows color (decimal): -1197490 or 5159661. OLE color: 5159661.

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

Color convert

RGB 237 186 78 -
CMYK 0 0.22 0.67 0.07
HSL 40.75º 0.82% 0.62% -
HSV(B) 40.75º 0.67% 0.93% -
XYZ 53.86 53.67 14.73 -
YUV 188.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 237 186 78 0 0.22 0.67 0.07 40.75 0.82 0.62
Hex ED BA 4E 0 16 43 7 29 52 3E
Octal 355 272 116 0 26 103 7 51 122 76
Binary 11101101 10111010 1001110 0 10110 1000011 111 101001 1010010 111110

Color Harmonies of #EDBA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA4E

Black with #EDBA4E

Text Example


Text Example

White with #EDBA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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