Html Css Color HEX #EDB94D Ronchi

📋 copy color: '#EDB94D'

red 237 ◦ green 185 ◦ blue 77

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

Shades of Ronchi #EDB94D

Tints of Ronchi #EDB94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 47.49%
G = 37.07%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDB94D (or 0xEDB94D) is known color: Ronchi. HEX triplet: ED, B9 and 4D. RGB value is (237,185,77). Sum of RGB (Red+Green+Blue) = 237+185+77=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB94D is #1246B2. Grayscale: #BCBCBC. Windows color (decimal): -1197747 or 5093869. OLE color: 5093869.

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

Color convert

RGB 237 185 77 -
CMYK 0 0.22 0.68 0.07
HSL 40.5º 0.82% 0.62% -
HSV(B) 40.5º 0.68% 0.93% -
XYZ 53.61 53.24 14.47 -
YUV 188.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 237 185 77 0 0.22 0.68 0.07 40.5 0.82 0.62
Hex ED B9 4D 0 16 44 7 28 52 3E
Octal 355 271 115 0 26 104 7 50 122 76
Binary 11101101 10111001 1001101 0 10110 1000100 111 101000 1010010 111110

Color Harmonies of #EDB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB94D

Black with #EDB94D

Text Example


Text Example

White with #EDB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB94D; }

 p { color: rgb(237,185,77); }

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

background-color css

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

 a { background-color: rgb(237,185,77); }

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

border-color css

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

 span { border-color: rgb(237,185,77); }

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