Html Css Color HEX #EFB752 Ronchi

📋 copy color: '#EFB752'

red 239 ◦ green 183 ◦ blue 82

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

Shades of Ronchi #EFB752

Tints of Ronchi #EFB752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.27%

R = 47.42%
G = 36.31%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFB752 (or 0xEFB752) is known color: Ronchi. HEX triplet: EF, B7 and 52. RGB value is (239,183,82). Sum of RGB (Red+Green+Blue) = 239+183+82=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB752 is #1048AD. Grayscale: #BCBCBC. Windows color (decimal): -1067182 or 5421039. OLE color: 5421039.

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

Color convert

RGB 239 183 82 -
CMYK 0 0.23 0.66 0.06
HSL 38.6º 0.83% 0.63% -
HSV(B) 38.6º 0.66% 0.94% -
XYZ 54.05 52.83 15.33 -
YUV 188.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 239 183 82 0 0.23 0.66 0.06 38.6 0.83 0.63
Hex EF B7 52 0 17 42 6 27 53 3F
Octal 357 267 122 0 27 102 6 47 123 77
Binary 11101111 10110111 1010010 0 10111 1000010 110 100111 1010011 111111

Color Harmonies of #EFB752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB752

Black with #EFB752

Text Example


Text Example

White with #EFB752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB752; }

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

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

background-color css

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

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

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

border-color css

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

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

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