Html Css Color HEX #EFB842 Ronchi

📋 copy color: '#EFB842'

red 239 ◦ green 184 ◦ blue 66

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

Shades of Ronchi #EFB842

Tints of Ronchi #EFB842

RGB

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

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

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

R = 48.88%
G = 37.63%
B = 13.5%

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

#EFB842 (or 0xEFB842) is known color: Ronchi. HEX triplet: EF, B8 and 42. RGB value is (239,184,66). Sum of RGB (Red+Green+Blue) = 239+184+66=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB842 is #1047BD. Grayscale: #BBBBBB. Windows color (decimal): -1066942 or 4372719. OLE color: 4372719.

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

Color convert

RGB 239 184 66 -
CMYK 0 0.23 0.72 0.06
HSL 40.92º 0.84% 0.6% -
HSV(B) 40.92º 0.72% 0.94% -
XYZ 53.72 53.03 12.56 -
YUV 186.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 239 184 66 0 0.23 0.72 0.06 40.92 0.84 0.6
Hex EF B8 42 0 17 48 6 29 54 3C
Octal 357 270 102 0 27 110 6 51 124 74
Binary 11101111 10111000 1000010 0 10111 1001000 110 101001 1010100 111100

Color Harmonies of #EFB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB842

Black with #EFB842

Text Example


Text Example

White with #EFB842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB842; }

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

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

background-color css

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

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

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

border-color css

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

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

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