Html Css Color HEX #EFB444 Ronchi

📋 copy color: '#EFB444'

red 239 ◦ green 180 ◦ blue 68

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

Shades of Ronchi #EFB444

Tints of Ronchi #EFB444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.96%

R = 49.08%
G = 36.96%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFB444 (or 0xEFB444) is known color: Ronchi. HEX triplet: EF, B4 and 44. RGB value is (239,180,68). Sum of RGB (Red+Green+Blue) = 239+180+68=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB444 is #104BBB. Grayscale: #B9B9B9. Windows color (decimal): -1067964 or 4502767. OLE color: 4502767.

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

Color convert

RGB 239 180 68 -
CMYK 0 0.25 0.72 0.06
HSL 39.3º 0.84% 0.6% -
HSV(B) 39.3º 0.72% 0.94% -
XYZ 52.96 51.41 12.6 -
YUV 184.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 239 180 68 0 0.25 0.72 0.06 39.3 0.84 0.6
Hex EF B4 44 0 19 48 6 27 54 3C
Octal 357 264 104 0 31 110 6 47 124 74
Binary 11101111 10110100 1000100 0 11001 1001000 110 100111 1010100 111100

Color Harmonies of #EFB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB444

Black with #EFB444

Text Example


Text Example

White with #EFB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB444; }

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

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

background-color css

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

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

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

border-color css

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

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

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