Html Css Color HEX #EDB648 Ronchi

📋 copy color: '#EDB648'

red 237 ◦ green 182 ◦ blue 72

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

Shades of Ronchi #EDB648

Tints of Ronchi #EDB648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.07%

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 48.27%
G = 37.07%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB648 (or 0xEDB648) is known color: Ronchi. HEX triplet: ED, B6 and 48. RGB value is (237,182,72). Sum of RGB (Red+Green+Blue) = 237+182+72=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB648 is #1249B7. Grayscale: #BABABA. Windows color (decimal): -1198520 or 4765421. OLE color: 4765421.

HSL color Cylindrical-coordinate representation of color #EDB648: hue angle of 40º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB648 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 72 -
CMYK 0 0.23 0.70 0.07
HSL 40º 0.82% 0.61% -
HSV(B) 40º 0.7% 0.93% -
XYZ 52.82 51.93 13.37 -
YUV 185.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 237 182 72 0 0.23 0.70 0.07 40 0.82 0.61
Hex ED B6 48 0 17 46 7 28 52 3D
Octal 355 266 110 0 27 106 7 50 122 75
Binary 11101101 10110110 1001000 0 10111 1000110 111 101000 1010010 111101

Color Harmonies of #EDB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB648

Black with #EDB648

Text Example


Text Example

White with #EDB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB648; }

 p { color: rgb(237,182,72); }

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

background-color css

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

 a { background-color: rgb(237,182,72); }

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

border-color css

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

 span { border-color: rgb(237,182,72); }

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