Html Css Color HEX #EFB742 Ronchi

📋 copy color: '#EFB742'

red 239 ◦ green 183 ◦ blue 66

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

Shades of Ronchi #EFB742

Tints of Ronchi #EFB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

 BLUE value IS 66 (26.17% from 255) = 13.52%

R = 48.98%
G = 37.5%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFB742 (or 0xEFB742) is known color: Ronchi. HEX triplet: EF, B7 and 42. RGB value is (239,183,66). Sum of RGB (Red+Green+Blue) = 239+183+66=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB742 is #1048BD. Grayscale: #BABABA. Windows color (decimal): -1067198 or 4372463. OLE color: 4372463.

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

Color convert

RGB 239 183 66 -
CMYK 0 0.23 0.72 0.06
HSL 40.58º 0.84% 0.6% -
HSV(B) 40.58º 0.72% 0.94% -
XYZ 53.51 52.61 12.49 -
YUV 186.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 239 183 66 0 0.23 0.72 0.06 40.58 0.84 0.6
Hex EF B7 42 0 17 48 6 29 54 3C
Octal 357 267 102 0 27 110 6 51 124 74
Binary 11101111 10110111 1000010 0 10111 1001000 110 101001 1010100 111100

Color Harmonies of #EFB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB742

Black with #EFB742

Text Example


Text Example

White with #EFB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB742; }

 p { color: rgb(239,183,66); }

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

background-color css

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

 a { background-color: rgb(239,183,66); }

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

border-color css

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

 span { border-color: rgb(239,183,66); }

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