Html Css Color HEX #EFBA4F Ronchi

📋 copy color: '#EFBA4F'

red 239 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #EFBA4F

Tints of Ronchi #EFBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.67%

R = 47.42%
G = 36.9%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFBA4F (or 0xEFBA4F) is known color: Ronchi. HEX triplet: EF, BA and 4F. RGB value is (239,186,79). Sum of RGB (Red+Green+Blue) = 239+186+79=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA4F is #1045B0. Grayscale: #BEBEBE. Windows color (decimal): -1066417 or 5225199. OLE color: 5225199.

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

Color convert

RGB 239 186 79 -
CMYK 0 0.22 0.67 0.06
HSL 40.13º 0.83% 0.62% -
HSV(B) 40.13º 0.67% 0.94% -
XYZ 54.57 54.03 14.95 -
YUV 189.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 239 186 79 0 0.22 0.67 0.06 40.13 0.83 0.62
Hex EF BA 4F 0 16 43 6 28 53 3E
Octal 357 272 117 0 26 103 6 50 123 76
Binary 11101111 10111010 1001111 0 10110 1000011 110 101000 1010011 111110

Color Harmonies of #EFBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA4F

Black with #EFBA4F

Text Example


Text Example

White with #EFBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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