Html Css Color HEX #EFB94E Ronchi

📋 copy color: '#EFB94E'

red 239 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #EFB94E

Tints of Ronchi #EFB94E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.85%

 BLUE value IS 78 (30.86% from 255) = 15.54%

R = 47.61%
G = 36.85%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFB94E (or 0xEFB94E) is known color: Ronchi. HEX triplet: EF, B9 and 4E. RGB value is (239,185,78). Sum of RGB (Red+Green+Blue) = 239+185+78=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB94E is #1046B1. Grayscale: #BDBDBD. Windows color (decimal): -1066674 or 5159407. OLE color: 5159407.

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

Color convert

RGB 239 185 78 -
CMYK 0 0.23 0.67 0.06
HSL 39.88º 0.83% 0.62% -
HSV(B) 39.88º 0.67% 0.94% -
XYZ 54.32 53.6 14.69 -
YUV 188.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 239 185 78 0 0.23 0.67 0.06 39.88 0.83 0.62
Hex EF B9 4E 0 17 43 6 28 53 3E
Octal 357 271 116 0 27 103 6 50 123 76
Binary 11101111 10111001 1001110 0 10111 1000011 110 101000 1010011 111110

Color Harmonies of #EFB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB94E

Black with #EFB94E

Text Example


Text Example

White with #EFB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB94E; }

 p { color: rgb(239,185,78); }

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

background-color css

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

 a { background-color: rgb(239,185,78); }

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

border-color css

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

 span { border-color: rgb(239,185,78); }

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