Html Css Color HEX #EFB845 Ronchi

📋 copy color: '#EFB845'

red 239 ◦ green 184 ◦ blue 69

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

Shades of Ronchi #EFB845

Tints of Ronchi #EFB845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.02%

R = 48.58%
G = 37.4%
B = 14.02%

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

#EFB845 (or 0xEFB845) is known color: Ronchi. HEX triplet: EF, B8 and 45. RGB value is (239,184,69). Sum of RGB (Red+Green+Blue) = 239+184+69=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB845 is #1047BA. Grayscale: #BBBBBB. Windows color (decimal): -1066939 or 4569327. OLE color: 4569327.

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

Color convert

RGB 239 184 69 -
CMYK 0 0.23 0.71 0.06
HSL 40.59º 0.84% 0.6% -
HSV(B) 40.59º 0.71% 0.94% -
XYZ 53.81 53.06 13.04 -
YUV 187.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 239 184 69 0 0.23 0.71 0.06 40.59 0.84 0.6
Hex EF B8 45 0 17 47 6 29 54 3C
Octal 357 270 105 0 27 107 6 51 124 74
Binary 11101111 10111000 1000101 0 10111 1000111 110 101001 1010100 111100

Color Harmonies of #EFB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB845

Black with #EFB845

Text Example


Text Example

White with #EFB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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