Html Css Color HEX #EFB548 Ronchi

📋 copy color: '#EFB548'

red 239 ◦ green 181 ◦ blue 72

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

Shades of Ronchi #EFB548

Tints of Ronchi #EFB548

RGB

 RED value IS 239 (93.75% from 255) = 48.58%

 GREEN value IS 181 (71.09% from 255) = 36.79%

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

R = 48.58%
G = 36.79%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFB548 (or 0xEFB548) is known color: Ronchi. HEX triplet: EF, B5 and 48. RGB value is (239,181,72). Sum of RGB (Red+Green+Blue) = 239+181+72=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB548 is #104AB7. Grayscale: #BABABA. Windows color (decimal): -1067704 or 4765167. OLE color: 4765167.

HSL color Cylindrical-coordinate representation of color #EFB548: hue angle of 39.16º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFB548 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 72 -
CMYK 0 0.24 0.70 0.06
HSL 39.16º 0.84% 0.61% -
HSV(B) 39.16º 0.7% 0.94% -
XYZ 53.29 51.87 13.33 -
YUV 185.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 239 181 72 0 0.24 0.70 0.06 39.16 0.84 0.61
Hex EF B5 48 0 18 46 6 27 54 3D
Octal 357 265 110 0 30 106 6 47 124 75
Binary 11101111 10110101 1001000 0 11000 1000110 110 100111 1010100 111101

Color Harmonies of #EFB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB548

Black with #EFB548

Text Example


Text Example

White with #EFB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB548; }

 p { color: rgb(239,181,72); }

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

background-color css

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

 a { background-color: rgb(239,181,72); }

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

border-color css

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

 span { border-color: rgb(239,181,72); }

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