Html Css Color HEX #EDB448 Ronchi

📋 copy color: '#EDB448'

red 237 ◦ green 180 ◦ blue 72

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

Shades of Ronchi #EDB448

Tints of Ronchi #EDB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

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

R = 48.47%
G = 36.81%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB448 (or 0xEDB448) is known color: Ronchi. HEX triplet: ED, B4 and 48. RGB value is (237,180,72). Sum of RGB (Red+Green+Blue) = 237+180+72=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB448 is #124BB7. Grayscale: #B9B9B9. Windows color (decimal): -1199032 or 4764909. OLE color: 4764909.

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

Color convert

RGB 237 180 72 -
CMYK 0 0.24 0.70 0.07
HSL 39.27º 0.82% 0.61% -
HSV(B) 39.27º 0.7% 0.93% -
XYZ 52.42 51.11 13.23 -
YUV 184.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 237 180 72 0 0.24 0.70 0.07 39.27 0.82 0.61
Hex ED B4 48 0 18 46 7 27 52 3D
Octal 355 264 110 0 30 106 7 47 122 75
Binary 11101101 10110100 1001000 0 11000 1000110 111 100111 1010010 111101

Color Harmonies of #EDB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB448

Black with #EDB448

Text Example


Text Example

White with #EDB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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