Html Css Color HEX #EDB848 Ronchi

📋 copy color: '#EDB848'

red 237 ◦ green 184 ◦ blue 72

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

Shades of Ronchi #EDB848

Tints of Ronchi #EDB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.32%

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

R = 48.07%
G = 37.32%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB848 (or 0xEDB848) is known color: Ronchi. HEX triplet: ED, B8 and 48. RGB value is (237,184,72). Sum of RGB (Red+Green+Blue) = 237+184+72=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB848 is #1247B7. Grayscale: #BBBBBB. Windows color (decimal): -1198008 or 4765933. OLE color: 4765933.

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

Color convert

RGB 237 184 72 -
CMYK 0 0.22 0.70 0.07
HSL 40.73º 0.82% 0.61% -
HSV(B) 40.73º 0.7% 0.93% -
XYZ 53.24 52.75 13.51 -
YUV 187.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 237 184 72 0 0.22 0.70 0.07 40.73 0.82 0.61
Hex ED B8 48 0 16 46 7 29 52 3D
Octal 355 270 110 0 26 106 7 51 122 75
Binary 11101101 10111000 1001000 0 10110 1000110 111 101001 1010010 111101

Color Harmonies of #EDB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB848

Black with #EDB848

Text Example


Text Example

White with #EDB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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