Html Css Color HEX #EFB945 Ronchi

📋 copy color: '#EFB945'

red 239 ◦ green 185 ◦ blue 69

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

Shades of Ronchi #EFB945

Tints of Ronchi #EFB945

RGB

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

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

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

R = 48.48%
G = 37.53%
B = 14%

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

#EFB945 (or 0xEFB945) is known color: Ronchi. HEX triplet: EF, B9 and 45. RGB value is (239,185,69). Sum of RGB (Red+Green+Blue) = 239+185+69=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB945 is #1046BA. Grayscale: #BCBCBC. Windows color (decimal): -1066683 or 4569583. OLE color: 4569583.

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

Color convert

RGB 239 185 69 -
CMYK 0 0.23 0.71 0.06
HSL 40.94º 0.84% 0.6% -
HSV(B) 40.94º 0.71% 0.94% -
XYZ 54.02 53.48 13.11 -
YUV 187.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 239 185 69 0 0.23 0.71 0.06 40.94 0.84 0.6
Hex EF B9 45 0 17 47 6 29 54 3C
Octal 357 271 105 0 27 107 6 51 124 74
Binary 11101111 10111001 1000101 0 10111 1000111 110 101001 1010100 111100

Color Harmonies of #EFB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB945

Black with #EFB945

Text Example


Text Example

White with #EFB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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