Html Css Color HEX #EFB946 Ronchi

📋 copy color: '#EFB946'

red 239 ◦ green 185 ◦ blue 70

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

Shades of Ronchi #EFB946

Tints of Ronchi #EFB946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.17%

R = 48.38%
G = 37.45%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFB946 (or 0xEFB946) is known color: Ronchi. HEX triplet: EF, B9 and 46. RGB value is (239,185,70). Sum of RGB (Red+Green+Blue) = 239+185+70=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB946 is #1046B9. Grayscale: #BCBCBC. Windows color (decimal): -1066682 or 4635119. OLE color: 4635119.

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

Color convert

RGB 239 185 70 -
CMYK 0 0.23 0.71 0.06
HSL 40.83º 0.84% 0.61% -
HSV(B) 40.83º 0.71% 0.94% -
XYZ 54.05 53.49 13.27 -
YUV 188.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 239 185 70 0 0.23 0.71 0.06 40.83 0.84 0.61
Hex EF B9 46 0 17 47 6 29 54 3D
Octal 357 271 106 0 27 107 6 51 124 75
Binary 11101111 10111001 1000110 0 10111 1000111 110 101001 1010100 111101

Color Harmonies of #EFB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB946

Black with #EFB946

Text Example


Text Example

White with #EFB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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