Html Css Color HEX #EFBA56 Ronchi

📋 copy color: '#EFBA56'

red 239 ◦ green 186 ◦ blue 86

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

Shades of Ronchi #EFBA56

Tints of Ronchi #EFBA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 46.77%
G = 36.4%
B = 16.83%

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

#EFBA56 (or 0xEFBA56) is known color: Ronchi. HEX triplet: EF, BA and 56. RGB value is (239,186,86). Sum of RGB (Red+Green+Blue) = 239+186+86=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA56 is #1045A9. Grayscale: #BEBEBE. Windows color (decimal): -1066410 or 5683951. OLE color: 5683951.

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

Color convert

RGB 239 186 86 -
CMYK 0 0.22 0.64 0.06
HSL 39.22º 0.83% 0.64% -
HSV(B) 39.22º 0.64% 0.94% -
XYZ 54.84 54.14 16.36 -
YUV 190.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 239 186 86 0 0.22 0.64 0.06 39.22 0.83 0.64
Hex EF BA 56 0 16 40 6 27 53 40
Octal 357 272 126 0 26 100 6 47 123 100
Binary 11101111 10111010 1010110 0 10110 1000000 110 100111 1010011 1000000

Color Harmonies of #EFBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA56

Black with #EFBA56

Text Example


Text Example

White with #EFBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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