Html Css Color HEX #EFB949 Ronchi

📋 copy color: '#EFB949'

red 239 ◦ green 185 ◦ blue 73

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

Shades of Ronchi #EFB949

Tints of Ronchi #EFB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.22%

 BLUE value IS 73 (28.91% from 255) = 14.69%

R = 48.09%
G = 37.22%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB949 (or 0xEFB949) is known color: Ronchi. HEX triplet: EF, B9 and 49. RGB value is (239,185,73). Sum of RGB (Red+Green+Blue) = 239+185+73=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB949 is #1046B6. Grayscale: #BCBCBC. Windows color (decimal): -1066679 or 4831727. OLE color: 4831727.

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

Color convert

RGB 239 185 73 -
CMYK 0 0.23 0.69 0.06
HSL 40.48º 0.84% 0.61% -
HSV(B) 40.48º 0.69% 0.94% -
XYZ 54.15 53.53 13.78 -
YUV 188.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 239 185 73 0 0.23 0.69 0.06 40.48 0.84 0.61
Hex EF B9 49 0 17 45 6 28 54 3D
Octal 357 271 111 0 27 105 6 50 124 75
Binary 11101111 10111001 1001001 0 10111 1000101 110 101000 1010100 111101

Color Harmonies of #EFB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB949

Black with #EFB949

Text Example


Text Example

White with #EFB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB949; }

 p { color: rgb(239,185,73); }

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

background-color css

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

 a { background-color: rgb(239,185,73); }

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

border-color css

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

 span { border-color: rgb(239,185,73); }

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