Html Css Color HEX #EFB545 Ronchi

📋 copy color: '#EFB545'

red 239 ◦ green 181 ◦ blue 69

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

Shades of Ronchi #EFB545

Tints of Ronchi #EFB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

 BLUE value IS 69 (27.34% from 255) = 14.11%

R = 48.88%
G = 37.01%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFB545 (or 0xEFB545) is known color: Ronchi. HEX triplet: EF, B5 and 45. RGB value is (239,181,69). Sum of RGB (Red+Green+Blue) = 239+181+69=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB545 is #104ABA. Grayscale: #BABABA. Windows color (decimal): -1067707 or 4568559. OLE color: 4568559.

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

Color convert

RGB 239 181 69 -
CMYK 0 0.24 0.71 0.06
HSL 39.53º 0.84% 0.6% -
HSV(B) 39.53º 0.71% 0.94% -
XYZ 53.19 51.83 12.83 -
YUV 185.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 239 181 69 0 0.24 0.71 0.06 39.53 0.84 0.6
Hex EF B5 45 0 18 47 6 28 54 3C
Octal 357 265 105 0 30 107 6 50 124 74
Binary 11101111 10110101 1000101 0 11000 1000111 110 101000 1010100 111100

Color Harmonies of #EFB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB545

Black with #EFB545

Text Example


Text Example

White with #EFB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB545; }

 p { color: rgb(239,181,69); }

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

background-color css

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

 a { background-color: rgb(239,181,69); }

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

border-color css

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

 span { border-color: rgb(239,181,69); }

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