Html Css Color HEX #EFBA4B Ronchi

📋 copy color: '#EFBA4B'

red 239 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #EFBA4B

Tints of Ronchi #EFBA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15%

R = 47.8%
G = 37.2%
B = 15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFBA4B (or 0xEFBA4B) is known color: Ronchi. HEX triplet: EF, BA and 4B. RGB value is (239,186,75). Sum of RGB (Red+Green+Blue) = 239+186+75=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA4B is #1045B4. Grayscale: #BDBDBD. Windows color (decimal): -1066421 or 4963055. OLE color: 4963055.

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

Color convert

RGB 239 186 75 -
CMYK 0 0.22 0.69 0.06
HSL 40.61º 0.84% 0.62% -
HSV(B) 40.61º 0.69% 0.94% -
XYZ 54.43 53.98 14.21 -
YUV 189.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 239 186 75 0 0.22 0.69 0.06 40.61 0.84 0.62
Hex EF BA 4B 0 16 45 6 29 54 3E
Octal 357 272 113 0 26 105 6 51 124 76
Binary 11101111 10111010 1001011 0 10110 1000101 110 101001 1010100 111110

Color Harmonies of #EFBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA4B

Black with #EFBA4B

Text Example


Text Example

White with #EFBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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