Html Css Color HEX #EFBD5E Ronchi

📋 copy color: '#EFBD5E'

red 239 ◦ green 189 ◦ blue 94

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

Shades of Ronchi #EFBD5E

Tints of Ronchi #EFBD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

 BLUE value IS 94 (37.11% from 255) = 18.01%

R = 45.79%
G = 36.21%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFBD5E (or 0xEFBD5E) is known color: Ronchi. HEX triplet: EF, BD and 5E. RGB value is (239,189,94). Sum of RGB (Red+Green+Blue) = 239+189+94=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD5E is #1042A1. Grayscale: #C1C1C1. Windows color (decimal): -1065634 or 6209007. OLE color: 6209007.

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

Color convert

RGB 239 189 94 -
CMYK 0 0.21 0.61 0.06
HSL 39.31º 0.82% 0.65% -
HSV(B) 39.31º 0.61% 0.94% -
XYZ 55.81 55.55 18.37 -
YUV 193.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 239 189 94 0 0.21 0.61 0.06 39.31 0.82 0.65
Hex EF BD 5E 0 15 3D 6 27 52 41
Octal 357 275 136 0 25 75 6 47 122 101
Binary 11101111 10111101 1011110 0 10101 111101 110 100111 1010010 1000001

Color Harmonies of #EFBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD5E

Black with #EFBD5E

Text Example


Text Example

White with #EFBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD5E; }

 p { color: rgb(239,189,94); }

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

background-color css

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

 a { background-color: rgb(239,189,94); }

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

border-color css

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

 span { border-color: rgb(239,189,94); }

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