Html Css Color HEX #EFB947 Ronchi

📋 copy color: '#EFB947'

red 239 ◦ green 185 ◦ blue 71

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

Shades of Ronchi #EFB947

Tints of Ronchi #EFB947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.34%

R = 48.28%
G = 37.37%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFB947 (or 0xEFB947) is known color: Ronchi. HEX triplet: EF, B9 and 47. RGB value is (239,185,71). Sum of RGB (Red+Green+Blue) = 239+185+71=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB947 is #1046B8. Grayscale: #BCBCBC. Windows color (decimal): -1066681 or 4700655. OLE color: 4700655.

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

Color convert

RGB 239 185 71 -
CMYK 0 0.23 0.70 0.06
HSL 40.71º 0.84% 0.61% -
HSV(B) 40.71º 0.7% 0.94% -
XYZ 54.08 53.5 13.44 -
YUV 188.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 239 185 71 0 0.23 0.70 0.06 40.71 0.84 0.61
Hex EF B9 47 0 17 46 6 29 54 3D
Octal 357 271 107 0 27 106 6 51 124 75
Binary 11101111 10111001 1000111 0 10111 1000110 110 101001 1010100 111101

Color Harmonies of #EFB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB947

Black with #EFB947

Text Example


Text Example

White with #EFB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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