Html Css Color HEX #ECB248 Ronchi

📋 copy color: '#ECB248'

red 236 ◦ green 178 ◦ blue 72

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

Shades of Ronchi #ECB248

Tints of Ronchi #ECB248

RGB

 RED value IS 236 (92.58% from 255) = 48.56%

 GREEN value IS 178 (69.92% from 255) = 36.63%

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

R = 48.56%
G = 36.63%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB248 (or 0xECB248) is known color: Ronchi. HEX triplet: EC, B2 and 48. RGB value is (236,178,72). Sum of RGB (Red+Green+Blue) = 236+178+72=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB248 is #134DB7. Grayscale: #B7B7B7. Windows color (decimal): -1265080 or 4764396. OLE color: 4764396.

HSL color Cylindrical-coordinate representation of color #ECB248: hue angle of 38.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECB248 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 72 -
CMYK 0 0.25 0.69 0.07
HSL 38.78º 0.81% 0.6% -
HSV(B) 38.78º 0.69% 0.93% -
XYZ 51.68 50.14 13.09 -
YUV 183.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 236 178 72 0 0.25 0.69 0.07 38.78 0.81 0.6
Hex EC B2 48 0 19 45 7 27 51 3C
Octal 354 262 110 0 31 105 7 47 121 74
Binary 11101100 10110010 1001000 0 11001 1000101 111 100111 1010001 111100

Color Harmonies of #ECB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB248

Black with #ECB248

Text Example


Text Example

White with #ECB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB248; }

 p { color: rgb(236,178,72); }

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

background-color css

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

 a { background-color: rgb(236,178,72); }

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

border-color css

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

 span { border-color: rgb(236,178,72); }

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