Html Css Color HEX #EFBA54 Ronchi

📋 copy color: '#EFBA54'

red 239 ◦ green 186 ◦ blue 84

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

Shades of Ronchi #EFBA54

Tints of Ronchi #EFBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.5%

R = 46.95%
G = 36.54%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFBA54 (or 0xEFBA54) is known color: Ronchi. HEX triplet: EF, BA and 54. RGB value is (239,186,84). Sum of RGB (Red+Green+Blue) = 239+186+84=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA54 is #1045AB. Grayscale: #BEBEBE. Windows color (decimal): -1066412 or 5552879. OLE color: 5552879.

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

Color convert

RGB 239 186 84 -
CMYK 0 0.22 0.65 0.06
HSL 39.48º 0.83% 0.63% -
HSV(B) 39.48º 0.65% 0.94% -
XYZ 54.76 54.11 15.95 -
YUV 190.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 239 186 84 0 0.22 0.65 0.06 39.48 0.83 0.63
Hex EF BA 54 0 16 41 6 27 53 3F
Octal 357 272 124 0 26 101 6 47 123 77
Binary 11101111 10111010 1010100 0 10110 1000001 110 100111 1010011 111111

Color Harmonies of #EFBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA54

Black with #EFBA54

Text Example


Text Example

White with #EFBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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