Html Css Color HEX #EFBA55 Ronchi

📋 copy color: '#EFBA55'

red 239 ◦ green 186 ◦ blue 85

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

Shades of Ronchi #EFBA55

Tints of Ronchi #EFBA55

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 85 (33.59% from 255) = 16.67%

R = 46.86%
G = 36.47%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFBA55 (or 0xEFBA55) is known color: Ronchi. HEX triplet: EF, BA and 55. RGB value is (239,186,85). Sum of RGB (Red+Green+Blue) = 239+186+85=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA55 is #1045AA. Grayscale: #BEBEBE. Windows color (decimal): -1066411 or 5618415. OLE color: 5618415.

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

Color convert

RGB 239 186 85 -
CMYK 0 0.22 0.64 0.06
HSL 39.35º 0.83% 0.64% -
HSV(B) 39.35º 0.64% 0.94% -
XYZ 54.8 54.12 16.15 -
YUV 190.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 239 186 85 0 0.22 0.64 0.06 39.35 0.83 0.64
Hex EF BA 55 0 16 40 6 27 53 40
Octal 357 272 125 0 26 100 6 47 123 100
Binary 11101111 10111010 1010101 0 10110 1000000 110 100111 1010011 1000000

Color Harmonies of #EFBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA55

Black with #EFBA55

Text Example


Text Example

White with #EFBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA55; }

 p { color: rgb(239,186,85); }

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

background-color css

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

 a { background-color: rgb(239,186,85); }

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

border-color css

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

 span { border-color: rgb(239,186,85); }

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