Html Css Color HEX #EFB849 Ronchi

📋 copy color: '#EFB849'

red 239 ◦ green 184 ◦ blue 73

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

Shades of Ronchi #EFB849

Tints of Ronchi #EFB849

RGB

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

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

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

R = 48.19%
G = 37.1%
B = 14.72%

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

#EFB849 (or 0xEFB849) is known color: Ronchi. HEX triplet: EF, B8 and 49. RGB value is (239,184,73). Sum of RGB (Red+Green+Blue) = 239+184+73=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB849 is #1047B6. Grayscale: #BCBCBC. Windows color (decimal): -1066935 or 4831471. OLE color: 4831471.

HSL color Cylindrical-coordinate representation of color #EFB849: hue angle of 40.12º 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 #EFB849 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 73 -
CMYK 0 0.23 0.69 0.06
HSL 40.12º 0.84% 0.61% -
HSV(B) 40.12º 0.69% 0.94% -
XYZ 53.94 53.11 13.71 -
YUV 187.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 239 184 73 0 0.23 0.69 0.06 40.12 0.84 0.61
Hex EF B8 49 0 17 45 6 28 54 3D
Octal 357 270 111 0 27 105 6 50 124 75
Binary 11101111 10111000 1001001 0 10111 1000101 110 101000 1010100 111101

Color Harmonies of #EFB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB849

Black with #EFB849

Text Example


Text Example

White with #EFB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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