Html Css Color HEX #EFB446 Ronchi

📋 copy color: '#EFB446'

red 239 ◦ green 180 ◦ blue 70

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

Shades of Ronchi #EFB446

Tints of Ronchi #EFB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 48.88%
G = 36.81%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFB446 (or 0xEFB446) is known color: Ronchi. HEX triplet: EF, B4 and 46. RGB value is (239,180,70). Sum of RGB (Red+Green+Blue) = 239+180+70=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB446 is #104BB9. Grayscale: #B9B9B9. Windows color (decimal): -1067962 or 4633839. OLE color: 4633839.

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

Color convert

RGB 239 180 70 -
CMYK 0 0.25 0.71 0.06
HSL 39.05º 0.84% 0.61% -
HSV(B) 39.05º 0.71% 0.94% -
XYZ 53.02 51.44 12.93 -
YUV 185.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 239 180 70 0 0.25 0.71 0.06 39.05 0.84 0.61
Hex EF B4 46 0 19 47 6 27 54 3D
Octal 357 264 106 0 31 107 6 47 124 75
Binary 11101111 10110100 1000110 0 11001 1000111 110 100111 1010100 111101

Color Harmonies of #EFB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB446

Black with #EFB446

Text Example


Text Example

White with #EFB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB446; }

 p { color: rgb(239,180,70); }

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

background-color css

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

 a { background-color: rgb(239,180,70); }

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

border-color css

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

 span { border-color: rgb(239,180,70); }

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